Html Css Color HEX #841059 Eggplant

📋 copy color: '#841059'

red 132 ◦ green 16 ◦ blue 89

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

Shades of Eggplant #841059

Tints of Eggplant #841059

RGB

 RED value IS 132 (51.95% from 255) = 55.7%

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

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

R = 55.7%
G = 6.75%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#841059 (or 0x841059) is known color: Eggplant. HEX triplet: 84, 10 and 59. RGB value is (132,16,89). Sum of RGB (Red+Green+Blue) = 132+16+89=237 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.70% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 132 - color contains mainly: red. Hex color #841059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841059 is #7BEFA6. Grayscale: #3A3A3A. Windows color (decimal): -8122279 or 5836932. OLE color: 5836932.

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

Color convert

RGB 132 16 89 -
CMYK 0 0.88 0.33 0.48
HSL 322.24º 0.78% 0.29% -
HSV(B) 322.24º 0.88% 0.52% -
XYZ 11.5 6 10 -
YUV 59.01 144.93 180.06 -
System Red Green Blue C M Y K H S L
Decimal 132 16 89 0 0.88 0.33 0.48 322.24 0.78 0.29
Hex 84 10 59 0 58 21 30 142 4E 1D
Octal 204 20 131 0 130 41 60 502 116 35
Binary 10000100 10000 1011001 0 1011000 100001 110000 101000010 1001110 11101

Color Harmonies of #841059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841059

Black with #841059

Text Example


Text Example

White with #841059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841059; }

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

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

background-color css

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

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

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

border-color css

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

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

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