#850F59

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

Shades of Eggplant #850F59

Tints of Eggplant #850F59

Color information

#850F59 (or 0x850F59) is unknown color: approx Eggplant. HEX triplet: 85, 0F and 59. RGB value is (133,15,89). Sum of RGB (Red+Green+Blue) = 133+15+89=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #850F59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850F59 is #7AF0A6. Grayscale: #3A3A3A. Windows color (decimal): -8056999 or 5836677. OLE color: 5836677.

HSL color Cylindrical-coordinate representation of color #850F59: hue angle of 322.37º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850F59 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB1331589-
CMYK00.890.330.48
HSL322.37º79.73%29.02%-
HSV(B)322.37º88.72%52.16%-
XYZ11.656.0510-
YUV58.72145.09180.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.12%
GREEN value IS 15 (6.25% from 255) = 6.33%
BLUE value IS 89 (35.16% from 255) = 37.55%
R=56.12%
G=6.33%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133158900.890.330.48322.3779.7329.02
Hex85F590592130142501d
Octal205171310131416050212035
Binary100001011111101100101011001100001110000101000010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850F59; }

 p { color: rgb(133,15,89); }

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

<style>
 a { background-color: #850F59; }

 a { background-color: rgb(133,15,89); }

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

<style>
 span { border-color: #850F59; }

 span { border-color: rgb(133,15,89); }

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