#87284F

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

Shades of Disco #87284F

Tints of Disco #87284F

Color information

#87284F (or 0x87284F) is unknown color: approx Disco. HEX triplet: 87, 28 and 4F. RGB value is (135,40,79). Sum of RGB (Red+Green+Blue) = 135+40+79=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #87284F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87284F is #78D7B0. Grayscale: #484848. Windows color (decimal): -7919537 or 5187719. OLE color: 5187719.

HSL color Cylindrical-coordinate representation of color #87284F: hue angle of 335.37º 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 #87284F is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1354079-
CMYK00.700.410.47
HSL335.37º54.29%34.31%-
HSV(B)335.37º70.37%52.94%-
XYZ12.167.238.15-
YUV72.85131.47172.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.15%
GREEN value IS 40 (16.02% from 255) = 15.75%
BLUE value IS 79 (31.25% from 255) = 31.10%
R=53.15%
G=15.75%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135407900.700.410.47335.3754.2934.31
Hex87284F046292F14f3622
Octal20750117010651575176642
Binary10000111101000100111101000110101001101111101001111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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