Html Css Color HEX #821059 Eggplant

📋 copy color: '#821059'

red 130 ◦ green 16 ◦ blue 89

#821059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #821059

Tints of Eggplant #821059

RGB

 RED value IS 130 (51.17% from 255) = 55.32%

 GREEN value IS 16 (6.64% from 255) = 6.81%

 BLUE value IS 89 (35.16% from 255) = 37.87%

R = 55.32%
G = 6.81%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#821059 (or 0x821059) is known color: Eggplant. HEX triplet: 82, 10 and 59. RGB value is (130,16,89). Sum of RGB (Red+Green+Blue) = 130+16+89=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #821059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821059 is #7DEFA6. Grayscale: #3A3A3A. Windows color (decimal): -8253351 or 5836930. OLE color: 5836930.

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

Color convert

RGB 130 16 89 -
CMYK 0 0.88 0.32 0.49
HSL 321.58º 0.78% 0.29% -
HSV(B) 321.58º 0.88% 0.51% -
XYZ 11.19 5.84 9.99 -
YUV 58.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 130 16 89 0 0.88 0.32 0.49 321.58 0.78 0.29
Hex 82 10 59 0 58 20 31 142 4E 1D
Octal 202 20 131 0 130 40 61 502 116 35
Binary 10000010 10000 1011001 0 1011000 100000 110001 101000010 1001110 11101

Color Harmonies of #821059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821059

Black with #821059

Text Example


Text Example

White with #821059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821059; }

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

 H1.HeaderClassName
 {
   color: #821059;
 }
 .AnyTagClassName
 {
   color: #821059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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