#870D52

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

Shades of Eggplant #870D52

Tints of Eggplant #870D52

Color information

#870D52 (or 0x870D52) is unknown color: approx Eggplant. HEX triplet: 87, 0D and 52. RGB value is (135,13,82). Sum of RGB (Red+Green+Blue) = 135+13+82=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #870D52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D52 is #78F2AD. Grayscale: #393939. Windows color (decimal): -7926446 or 5377415. OLE color: 5377415.

HSL color Cylindrical-coordinate representation of color #870D52: hue angle of 326.07º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D52 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB1351382-
CMYK00.900.390.47
HSL326.07º82.43%29.02%-
HSV(B)326.07º90.37%52.94%-
XYZ11.666.058.54-
YUV57.34141.92183.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.70%
GREEN value IS 13 (5.47% from 255) = 5.65%
BLUE value IS 82 (32.42% from 255) = 35.65%
R=58.70%
G=5.65%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135138200.900.390.47326.0782.4329.02
Hex87D5205A272F146521d
Octal207151220132475750612235
Binary100001111101101001001011010100111101111101000110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870D52; }

 p { color: rgb(135,13,82); }

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

<style>
 a { background-color: #870D52; }

 a { background-color: rgb(135,13,82); }

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

<style>
 span { border-color: #870D52; }

 span { border-color: rgb(135,13,82); }

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