#850A4F

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

Shades of Eggplant #850A4F

Tints of Eggplant #850A4F

Color information

#850A4F (or 0x850A4F) is unknown color: approx Eggplant. HEX triplet: 85, 0A and 4F. RGB value is (133,10,79). Sum of RGB (Red+Green+Blue) = 133+10+79=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #850A4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A4F is #7AF5B0. Grayscale: #363636. Windows color (decimal): -8058289 or 5180037. OLE color: 5180037.

HSL color Cylindrical-coordinate representation of color #850A4F: hue angle of 326.34º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850A4F is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1331079-
CMYK00.920.410.48
HSL326.34º86.01%28.04%-
HSV(B)326.34º92.48%52.16%-
XYZ11.195.777.92-
YUV54.64141.75183.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.91%
GREEN value IS 10 (4.30% from 255) = 4.50%
BLUE value IS 79 (31.25% from 255) = 35.59%
R=59.91%
G=4.50%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133107900.920.410.48326.3486.0128.04
Hex85A4F05C2930146561c
Octal205121170134516050612634
Binary100001011010100111101011100101001110000101000110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,10,79); }

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

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

 a { background-color: rgb(133,10,79); }

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

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

 span { border-color: rgb(133,10,79); }

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