#850051

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

Shades of Eggplant #850051

Tints of Eggplant #850051

Color information

#850051 (or 0x850051) is unknown color: approx Eggplant. HEX triplet: 85, 00 and 51. RGB value is (133,0,81). Sum of RGB (Red+Green+Blue) = 133+0+81=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #850051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850051 is #7AFFAE. Grayscale: #303030. Windows color (decimal): -8060847 or 5308549. OLE color: 5308549.

HSL color Cylindrical-coordinate representation of color #850051: hue angle of 323.46º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850051 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB133081-
CMYK010.390.48
HSL323.46º100%26.08%-
HSV(B)323.46º100%52.16%-
XYZ11.165.588.27-
YUV49146.06187.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 81 (32.03% from 255) = 37.85%
R=62.15%
G=0%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133081010.390.48323.4610026.08
Hex850510642730143641a
Octal20501210144476050314432
Binary100001010101000101100100100111110000101000011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850051; }

 p { color: rgb(133,0,81); }

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

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

 a { background-color: rgb(133,0,81); }

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

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

 span { border-color: rgb(133,0,81); }

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