#861741

Color #861741 Disco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Disco #861741

Tints of Disco #861741

Color information

#861741 (or 0x861741) is unknown color: approx Disco. HEX triplet: 86, 17 and 41. RGB value is (134,23,65). Sum of RGB (Red+Green+Blue) = 134+23+65=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #861741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861741 is #79E8BE. Grayscale: #3C3C3C. Windows color (decimal): -7989439 or 4265862. OLE color: 4265862.

HSL color Cylindrical-coordinate representation of color #861741: hue angle of 337.3º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #861741 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1342365-
CMYK00.830.510.47
HSL337.3º70.7%30.78%-
HSV(B)337.3º82.84%52.55%-
XYZ11.096.065.59-
YUV60.98130.27180.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 60.36%
GREEN value IS 23 (9.38% from 255) = 10.36%
BLUE value IS 65 (25.78% from 255) = 29.28%
R=60.36%
G=10.36%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134236500.830.510.47337.370.730.78
Hex861741053332F151471f
Octal206271010123635752110737
Binary1000011010111100000101010011110011101111101010001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861741; }

 p { color: rgb(134,23,65); }

 H1.HeaderClassName
 {
   color: #861741;
 }
 .AnyTagClassName
 {
   color: #861741;
 }
</style>
background-color css

<style>
 a { background-color: #861741; }

 a { background-color: rgb(134,23,65); }

 div.DivClassName
 {
   background-color: #861741;
 }
 .BgClassName
 {
   background-color: #861741;
 }
</style>
border-color css

<style>
 span { border-color: #861741; }

 span { border-color: rgb(134,23,65); }

 td.TdClassName
 {
   border-color: #861741;
 }
 .TagClassName
 {
   border-color: #861741;
 }
</style>