#870B5A

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

Shades of Eggplant #870B5A

Tints of Eggplant #870B5A

Color information

#870B5A (or 0x870B5A) is unknown color: approx Eggplant. HEX triplet: 87, 0B and 5A. RGB value is (135,11,90). Sum of RGB (Red+Green+Blue) = 135+11+90=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #870B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870B5A is #78F4A5. Grayscale: #383838. Windows color (decimal): -7926950 or 5901191. OLE color: 5901191.

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

Color convert

RGB1351190-
CMYK00.920.330.47
HSL321.77º84.93%28.63%-
HSV(B)321.77º91.85%52.94%-
XYZ11.966.1310.23-
YUV57.08146.58183.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.20%
GREEN value IS 11 (4.69% from 255) = 4.66%
BLUE value IS 90 (35.55% from 255) = 38.14%
R=57.20%
G=4.66%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135119000.920.330.47321.7784.9328.63
Hex87B5A05C212F142551d
Octal207131320134415750212535
Binary100001111011101101001011100100001101111101000010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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