#87014D

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

Shades of Eggplant #87014D

Tints of Eggplant #87014D

Color information

#87014D (or 0x87014D) is unknown color: approx Eggplant. HEX triplet: 87, 01 and 4D. RGB value is (135,1,77). Sum of RGB (Red+Green+Blue) = 135+1+77=213 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.38% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 135 - color contains mainly: red. Hex color #87014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87014D is #78FEB2. Grayscale: #313131. Windows color (decimal): -7929523 or 5046663. OLE color: 5046663.

HSL color Cylindrical-coordinate representation of color #87014D: hue angle of 325.97º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #87014D is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB135177-
CMYK00.990.430.47
HSL325.97º98.53%26.67%-
HSV(B)325.97º99.26%52.94%-
XYZ11.345.717.53-
YUV49.73143.39188.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.38%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 77 (30.47% from 255) = 36.15%
R=63.38%
G=0.47%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13517700.990.430.47325.9798.5326.67
Hex8714D0632B2F146631b
Octal20711150143535750614333
Binary100001111100110101100011101011101111101000110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87014D; }

 p { color: rgb(135,1,77); }

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

<style>
 a { background-color: #87014D; }

 a { background-color: rgb(135,1,77); }

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

<style>
 span { border-color: #87014D; }

 span { border-color: rgb(135,1,77); }

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