#870B4F

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

Shades of Eggplant #870B4F

Tints of Eggplant #870B4F

Color information

#870B4F (or 0x870B4F) is unknown color: approx Eggplant. HEX triplet: 87, 0B and 4F. RGB value is (135,11,79). Sum of RGB (Red+Green+Blue) = 135+11+79=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #870B4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870B4F is #78F4B0. Grayscale: #373737. Windows color (decimal): -7926961 or 5180295. OLE color: 5180295.

HSL color Cylindrical-coordinate representation of color #870B4F: hue angle of 327.1º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870B4F is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1351179-
CMYK00.920.410.47
HSL327.1º84.93%28.63%-
HSV(B)327.1º91.85%52.94%-
XYZ11.525.957.94-
YUV55.83141.08184.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60%
GREEN value IS 11 (4.69% from 255) = 4.89%
BLUE value IS 79 (31.25% from 255) = 35.11%
R=60%
G=4.89%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135117900.920.410.47327.184.9328.63
Hex87B4F05C292F147551d
Octal207131170134515750712535
Binary100001111011100111101011100101001101111101000111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,11,79); }

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

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

 a { background-color: rgb(135,11,79); }

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

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

 span { border-color: rgb(135,11,79); }

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