#820B52

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

Shades of Eggplant #820B52

Tints of Eggplant #820B52

Color information

#820B52 (or 0x820B52) is unknown color: approx Eggplant. HEX triplet: 82, 0B and 52. RGB value is (130,11,82). Sum of RGB (Red+Green+Blue) = 130+11+82=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #820B52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820B52 is #7DF4AD. Grayscale: #363636. Windows color (decimal): -8254638 or 5376898. OLE color: 5376898.

HSL color Cylindrical-coordinate representation of color #820B52: hue angle of 324.2º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820B52 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1301182-
CMYK00.920.370.49
HSL324.2º84.4%27.65%-
HSV(B)324.2º91.54%50.98%-
XYZ10.855.598.49-
YUV54.68143.42181.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.30%
GREEN value IS 11 (4.69% from 255) = 4.93%
BLUE value IS 82 (32.42% from 255) = 36.77%
R=58.30%
G=4.93%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130118200.920.370.49324.284.427.65
Hex82B5205C2531144541c
Octal202131220134456150412434
Binary100000101011101001001011100100101110001101000100101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820B52; }

 p { color: rgb(130,11,82); }

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

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

 a { background-color: rgb(130,11,82); }

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

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

 span { border-color: rgb(130,11,82); }

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