#821459

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

Shades of Eggplant #821459

Tints of Eggplant #821459

Color information

#821459 (or 0x821459) is unknown color: approx Eggplant. HEX triplet: 82, 14 and 59. RGB value is (130,20,89). Sum of RGB (Red+Green+Blue) = 130+20+89=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #821459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821459 is #7DEBA6. Grayscale: #3C3C3C. Windows color (decimal): -8252327 or 5837954. OLE color: 5837954.

HSL color Cylindrical-coordinate representation of color #821459: hue angle of 322.36º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821459 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB1302089-
CMYK00.850.320.49
HSL322.36º73.33%29.41%-
HSV(B)322.36º84.62%50.98%-
XYZ11.265.9710.01-
YUV60.76143.94177.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.39%
GREEN value IS 20 (8.20% from 255) = 8.37%
BLUE value IS 89 (35.16% from 255) = 37.24%
R=54.39%
G=8.37%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130208900.850.320.49322.3673.3329.41
Hex8214590552031142491d
Octal202241310125406150211135
Binary1000001010100101100101010101100000110001101000010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821459; }

 p { color: rgb(130,20,89); }

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

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

 a { background-color: rgb(130,20,89); }

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

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

 span { border-color: rgb(130,20,89); }

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