#821359

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

Shades of Eggplant #821359

Tints of Eggplant #821359

Color information

#821359 (or 0x821359) is unknown color: approx Eggplant. HEX triplet: 82, 13 and 59. RGB value is (130,19,89). Sum of RGB (Red+Green+Blue) = 130+19+89=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #821359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821359 is #7DECA6. Grayscale: #3C3C3C. Windows color (decimal): -8252583 or 5837698. OLE color: 5837698.

HSL color Cylindrical-coordinate representation of color #821359: hue angle of 322.16º degrees, saturation: 0.74, 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 #821359 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB1301989-
CMYK00.850.320.49
HSL322.16º74.5%29.22%-
HSV(B)322.16º85.38%50.98%-
XYZ11.245.9310-
YUV60.17144.27177.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.62%
GREEN value IS 19 (7.81% from 255) = 7.98%
BLUE value IS 89 (35.16% from 255) = 37.39%
R=54.62%
G=7.98%
B=37.39%

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
Decimal130198900.850.320.49322.1674.529.22
Hex82135905520311424a1d
Octal202231310125406150211235
Binary1000001010011101100101010101100000110001101000010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821359; }

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

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

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

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

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

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

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

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