Html Css Color HEX #811359 Eggplant

📋 copy color: '#811359'

red 129 ◦ green 19 ◦ blue 89

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

Shades of Eggplant #811359

Tints of Eggplant #811359

RGB

 RED value IS 129 (50.78% from 255) = 54.43%

 GREEN value IS 19 (7.81% from 255) = 8.02%

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

R = 54.43%
G = 8.02%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#811359 (or 0x811359) is known color: Eggplant. HEX triplet: 81, 13 and 59. RGB value is (129,19,89). Sum of RGB (Red+Green+Blue) = 129+19+89=237 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.43% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 129 - color contains mainly: red. Hex color #811359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811359 is #7EECA6. Grayscale: #3B3B3B. Windows color (decimal): -8318119 or 5837697. OLE color: 5837697.

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

Color convert

RGB 129 19 89 -
CMYK 0 0.85 0.31 0.49
HSL 321.82º 0.74% 0.29% -
HSV(B) 321.82º 0.85% 0.51% -
XYZ 11.09 5.85 10 -
YUV 59.87 144.44 177.31 -
System Red Green Blue C M Y K H S L
Decimal 129 19 89 0 0.85 0.31 0.49 321.82 0.74 0.29
Hex 81 13 59 0 55 1F 31 142 4A 1D
Octal 201 23 131 0 125 37 61 502 112 35
Binary 10000001 10011 1011001 0 1010101 11111 110001 101000010 1001010 11101

Color Harmonies of #811359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811359

Black with #811359

Text Example


Text Example

White with #811359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811359; }

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

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

background-color css

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

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

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

border-color css

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

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

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