#87004A

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

Shades of Eggplant #87004A

Tints of Eggplant #87004A

Color information

#87004A (or 0x87004A) is unknown color: approx Eggplant. HEX triplet: 87, 00 and 4A. RGB value is (135,0,74). Sum of RGB (Red+Green+Blue) = 135+0+74=209 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.59% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 135 - color contains mainly: red. Hex color #87004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87004A is #78FFB5. Grayscale: #303030. Windows color (decimal): -7929782 or 4849799. OLE color: 4849799.

HSL color Cylindrical-coordinate representation of color #87004A: hue angle of 327.11º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #87004A is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB135074-
CMYK010.450.47
HSL327.11º100%26.47%-
HSV(B)327.11º100%52.94%-
XYZ11.235.656.98-
YUV48.8142.23189.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 64.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 35.41%
R=64.59%
G=0%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135074010.450.47327.1110026.47
Hex8704A0642D2F147641a
Octal20701120144555750714432
Binary100001110100101001100100101101101111101000111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87004A; }

 p { color: rgb(135,0,74); }

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

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

 a { background-color: rgb(135,0,74); }

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

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

 span { border-color: rgb(135,0,74); }

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