#821358

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

Shades of Eggplant #821358

Tints of Eggplant #821358

Color information

#821358 (or 0x821358) is unknown color: approx Eggplant. HEX triplet: 82, 13 and 58. RGB value is (130,19,88). Sum of RGB (Red+Green+Blue) = 130+19+88=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #821358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821358 is #7DECA7. Grayscale: #3B3B3B. Windows color (decimal): -8252584 or 5772162. OLE color: 5772162.

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

Color convert

RGB1301988-
CMYK00.850.320.49
HSL322.7º74.5%29.22%-
HSV(B)322.7º85.38%50.98%-
XYZ11.25.929.78-
YUV60.05143.77177.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.85%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=54.85%
G=8.02%
B=37.13%

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
Decimal130198800.850.320.49322.774.529.22
Hex82135805520311434a1d
Octal202231300125406150311235
Binary1000001010011101100001010101100000110001101000011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821358; }

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

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

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

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

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

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

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

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