#87204C

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

Shades of Disco #87204C

Tints of Disco #87204C

Color information

#87204C (or 0x87204C) is unknown color: approx Disco. HEX triplet: 87, 20 and 4C. RGB value is (135,32,76). Sum of RGB (Red+Green+Blue) = 135+32+76=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #87204C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87204C is #78DFB3. Grayscale: #434343. Windows color (decimal): -7921588 or 4989063. OLE color: 4989063.

HSL color Cylindrical-coordinate representation of color #87204C: hue angle of 334.37º 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 #87204C is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1353276-
CMYK00.760.440.47
HSL334.37º61.68%32.75%-
HSV(B)334.37º76.3%52.94%-
XYZ11.816.717.51-
YUV67.81132.62175.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.56%
GREEN value IS 32 (12.89% from 255) = 13.17%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=55.56%
G=13.17%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135327600.760.440.47334.3761.6832.75
Hex87204C04C2C2F14e3e21
Octal20740114011454575167641
Binary10000111100000100110001001100101100101111101001110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87204C; }

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

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

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

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

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

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

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

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