#872049

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

Shades of Disco #872049

Tints of Disco #872049

Color information

#872049 (or 0x872049) is unknown color: approx Disco. HEX triplet: 87, 20 and 49. RGB value is (135,32,73). Sum of RGB (Red+Green+Blue) = 135+32+73=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #872049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872049 is #78DFB6. Grayscale: #434343. Windows color (decimal): -7921591 or 4792455. OLE color: 4792455.

HSL color Cylindrical-coordinate representation of color #872049: hue angle of 336.12º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872049 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1353273-
CMYK00.760.460.47
HSL336.12º61.68%32.75%-
HSV(B)336.12º76.3%52.94%-
XYZ11.716.666.97-
YUV67.47131.12176.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.25%
GREEN value IS 32 (12.89% from 255) = 13.33%
BLUE value IS 73 (28.91% from 255) = 30.42%
R=56.25%
G=13.33%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135327300.760.460.47336.1261.6832.75
Hex87204904C2E2F1503e21
Octal20740111011456575207641
Binary10000111100000100100101001100101110101111101010000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872049; }

 p { color: rgb(135,32,73); }

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

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

 a { background-color: rgb(135,32,73); }

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

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

 span { border-color: rgb(135,32,73); }

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