#820252

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

Shades of Eggplant #820252

Tints of Eggplant #820252

Color information

#820252 (or 0x820252) is unknown color: approx Eggplant. HEX triplet: 82, 02 and 52. RGB value is (130,2,82). Sum of RGB (Red+Green+Blue) = 130+2+82=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #820252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820252 is #7DFDAD. Grayscale: #313131. Windows color (decimal): -8256942 or 5374594. OLE color: 5374594.

HSL color Cylindrical-coordinate representation of color #820252: hue angle of 322.5º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820252 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB130282-
CMYK00.980.370.49
HSL322.5º96.97%25.88%-
HSV(B)322.5º98.46%50.98%-
XYZ10.755.48.46-
YUV49.39146.41185.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.75%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 82 (32.42% from 255) = 38.32%
R=60.75%
G=0.93%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13028200.980.370.49322.596.9725.88
Hex822520622531142611a
Octal20221220142456150214132
Binary1000001010101001001100010100101110001101000010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820252; }

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

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

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

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

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

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

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

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