#87064A

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

Shades of Eggplant #87064A

Tints of Eggplant #87064A

Color information

#87064A (or 0x87064A) is unknown color: approx Eggplant. HEX triplet: 87, 06 and 4A. RGB value is (135,6,74). Sum of RGB (Red+Green+Blue) = 135+6+74=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #87064A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87064A is #78F9B5. Grayscale: #343434. Windows color (decimal): -7928246 or 4851335. OLE color: 4851335.

HSL color Cylindrical-coordinate representation of color #87064A: hue angle of 328.37º 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 #87064A is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB135674-
CMYK00.960.450.47
HSL328.37º91.49%27.65%-
HSV(B)328.37º95.56%52.94%-
XYZ11.295.787-
YUV52.32140.24186.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.79%
GREEN value IS 6 (2.73% from 255) = 2.79%
BLUE value IS 74 (29.30% from 255) = 34.42%
R=62.79%
G=2.79%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13567400.960.450.47328.3791.4927.65
Hex8764A0602D2F1485b1c
Octal20761120140555751013334
Binary10000111110100101001100000101101101111101001000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87064A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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