Html Css Color HEX #841359 Eggplant

📋 copy color: '#841359'

red 132 ◦ green 19 ◦ blue 89

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

Shades of Eggplant #841359

Tints of Eggplant #841359

RGB

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

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

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

R = 55%
G = 7.92%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#841359 (or 0x841359) is known color: Eggplant. HEX triplet: 84, 13 and 59. RGB value is (132,19,89). Sum of RGB (Red+Green+Blue) = 132+19+89=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #841359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841359 is #7BECA6. Grayscale: #3C3C3C. Windows color (decimal): -8121511 or 5837700. OLE color: 5837700.

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

Color convert

RGB 132 19 89 -
CMYK 0 0.86 0.33 0.48
HSL 322.83º 0.75% 0.3% -
HSV(B) 322.83º 0.86% 0.52% -
XYZ 11.55 6.09 10.02 -
YUV 60.77 143.94 178.81 -
System Red Green Blue C M Y K H S L
Decimal 132 19 89 0 0.86 0.33 0.48 322.83 0.75 0.3
Hex 84 13 59 0 56 21 30 143 4B 1E
Octal 204 23 131 0 126 41 60 503 113 36
Binary 10000100 10011 1011001 0 1010110 100001 110000 101000011 1001011 11110

Color Harmonies of #841359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841359

Black with #841359

Text Example


Text Example

White with #841359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841359; }

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

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

background-color css

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

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

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

border-color css

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

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

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