#820551

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

Shades of Eggplant #820551

Tints of Eggplant #820551

Color information

#820551 (or 0x820551) is unknown color: approx Eggplant. HEX triplet: 82, 05 and 51. RGB value is (130,5,81). Sum of RGB (Red+Green+Blue) = 130+5+81=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #820551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820551 is #7DFAAE. Grayscale: #323232. Windows color (decimal): -8256175 or 5309826. OLE color: 5309826.

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

Color convert

RGB130581-
CMYK00.960.380.49
HSL323.52º92.59%26.47%-
HSV(B)323.52º96.15%50.98%-
XYZ10.755.458.27-
YUV51.04144.91184.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.19%
GREEN value IS 5 (2.34% from 255) = 2.31%
BLUE value IS 81 (32.03% from 255) = 37.5%
R=60.19%
G=2.31%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13058100.960.380.49323.5292.5926.47
Hex8255106026311445d1a
Octal20251210140466150413532
Binary10000010101101000101100000100110110001101000100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820551; }

 p { color: rgb(130,5,81); }

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

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

 a { background-color: rgb(130,5,81); }

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

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

 span { border-color: rgb(130,5,81); }

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