Html Css Color HEX #841459 Eggplant

📋 copy color: '#841459'

red 132 ◦ green 20 ◦ blue 89

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

Shades of Eggplant #841459

Tints of Eggplant #841459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.3%

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

R = 54.77%
G = 8.3%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#841459 (or 0x841459) is known color: Eggplant. HEX triplet: 84, 14 and 59. RGB value is (132,20,89). Sum of RGB (Red+Green+Blue) = 132+20+89=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #841459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841459 is #7BEBA6. Grayscale: #3D3D3D. Windows color (decimal): -8121255 or 5837956. OLE color: 5837956.

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

Color convert

RGB 132 20 89 -
CMYK 0 0.85 0.33 0.48
HSL 323.04º 0.74% 0.3% -
HSV(B) 323.04º 0.85% 0.52% -
XYZ 11.57 6.13 10.02 -
YUV 61.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 132 20 89 0 0.85 0.33 0.48 323.04 0.74 0.3
Hex 84 14 59 0 55 21 30 143 4A 1E
Octal 204 24 131 0 125 41 60 503 112 36
Binary 10000100 10100 1011001 0 1010101 100001 110000 101000011 1001010 11110

Color Harmonies of #841459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841459

Black with #841459

Text Example


Text Example

White with #841459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841459; }

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

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

background-color css

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

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

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

border-color css

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

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

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