#871744

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

Shades of Disco #871744

Tints of Disco #871744

Color information

#871744 (or 0x871744) is unknown color: approx Disco. HEX triplet: 87, 17 and 44. RGB value is (135,23,68). Sum of RGB (Red+Green+Blue) = 135+23+68=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #871744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871744 is #78E8BB. Grayscale: #3D3D3D. Windows color (decimal): -7923900 or 4462471. OLE color: 4462471.

HSL color Cylindrical-coordinate representation of color #871744: hue angle of 335.89º 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 #871744 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB1352368-
CMYK00.830.500.47
HSL335.89º70.89%30.98%-
HSV(B)335.89º82.96%52.94%-
XYZ11.346.186.06-
YUV61.62131.61180.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.73%
GREEN value IS 23 (9.38% from 255) = 10.18%
BLUE value IS 68 (26.95% from 255) = 30.09%
R=59.73%
G=10.18%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135236800.830.500.47335.8970.8930.98
Hex871744053322F150471f
Octal207271040123625752010737
Binary1000011110111100010001010011110010101111101010000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871744; }

 p { color: rgb(135,23,68); }

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

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

 a { background-color: rgb(135,23,68); }

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

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

 span { border-color: rgb(135,23,68); }

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