#870D50

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

Shades of Eggplant #870D50

Tints of Eggplant #870D50

Color information

#870D50 (or 0x870D50) is unknown color: approx Eggplant. HEX triplet: 87, 0D and 50. RGB value is (135,13,80). Sum of RGB (Red+Green+Blue) = 135+13+80=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #870D50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D50 is #78F2AF. Grayscale: #383838. Windows color (decimal): -7926448 or 5246343. OLE color: 5246343.

HSL color Cylindrical-coordinate representation of color #870D50: hue angle of 327.05º 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 #870D50 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1351380-
CMYK00.900.410.47
HSL327.05º82.43%29.02%-
HSV(B)327.05º90.37%52.94%-
XYZ11.586.028.14-
YUV57.12140.92183.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.21%
GREEN value IS 13 (5.47% from 255) = 5.70%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=59.21%
G=5.70%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135138000.900.410.47327.0582.4329.02
Hex87D5005A292F147521d
Octal207151200132515750712235
Binary100001111101101000001011010101001101111101000111101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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