#820251

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

Shades of Eggplant #820251

Tints of Eggplant #820251

Color information

#820251 (or 0x820251) is unknown color: approx Eggplant. HEX triplet: 82, 02 and 51. RGB value is (130,2,81). Sum of RGB (Red+Green+Blue) = 130+2+81=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #820251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820251 is #7DFDAE. Grayscale: #313131. Windows color (decimal): -8256943 or 5309058. OLE color: 5309058.

HSL color Cylindrical-coordinate representation of color #820251: hue angle of 322.97º 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 #820251 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB130281-
CMYK00.980.380.49
HSL322.97º96.97%25.88%-
HSV(B)322.97º98.46%50.98%-
XYZ10.715.388.26-
YUV49.28145.91185.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.03%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 81 (32.03% from 255) = 38.03%
R=61.03%
G=0.94%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13028100.980.380.49322.9796.9725.88
Hex822510622631143611a
Octal20221210142466150314132
Binary1000001010101000101100010100110110001101000011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820251; }

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

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

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

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

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

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

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

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