#87064C

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

Shades of Eggplant #87064C

Tints of Eggplant #87064C

Color information

#87064C (or 0x87064C) is unknown color: approx Eggplant. HEX triplet: 87, 06 and 4C. RGB value is (135,6,76). Sum of RGB (Red+Green+Blue) = 135+6+76=217 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.21% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 135 - color contains mainly: red. Hex color #87064C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87064C is #78F9B3. Grayscale: #343434. Windows color (decimal): -7928244 or 4982407. OLE color: 4982407.

HSL color Cylindrical-coordinate representation of color #87064C: hue angle of 327.44º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #87064C is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB135676-
CMYK00.960.440.47
HSL327.44º91.49%27.65%-
HSV(B)327.44º95.56%52.94%-
XYZ11.365.87.36-
YUV52.55141.24186.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.21%
GREEN value IS 6 (2.73% from 255) = 2.76%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=62.21%
G=2.76%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13567600.960.440.47327.4491.4927.65
Hex8764C0602C2F1475b1c
Octal20761140140545750713334
Binary10000111110100110001100000101100101111101000111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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