#87284C

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

Shades of Disco #87284C

Tints of Disco #87284C

Color information

#87284C (or 0x87284C) is unknown color: approx Disco. HEX triplet: 87, 28 and 4C. RGB value is (135,40,76). Sum of RGB (Red+Green+Blue) = 135+40+76=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #87284C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87284C is #78D7B3. Grayscale: #484848. Windows color (decimal): -7919540 or 4991111. OLE color: 4991111.

HSL color Cylindrical-coordinate representation of color #87284C: hue angle of 337.26º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87284C is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1354076-
CMYK00.700.440.47
HSL337.26º54.29%34.31%-
HSV(B)337.26º70.37%52.94%-
XYZ12.057.197.59-
YUV72.51129.97172.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.78%
GREEN value IS 40 (16.02% from 255) = 15.94%
BLUE value IS 76 (30.08% from 255) = 30.28%
R=53.78%
G=15.94%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135407600.700.440.47337.2654.2934.31
Hex87284C0462C2F1513622
Octal20750114010654575216642
Binary10000111101000100110001000110101100101111101010001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87284C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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