Html Css Color HEX #840D59 Eggplant

📋 copy color: '#840D59'

red 132 ◦ green 13 ◦ blue 89

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

Shades of Eggplant #840D59

Tints of Eggplant #840D59

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.56%

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

R = 56.41%
G = 5.56%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#840D59 (or 0x840D59) is known color: Eggplant. HEX triplet: 84, 0D and 59. RGB value is (132,13,89). Sum of RGB (Red+Green+Blue) = 132+13+89=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #840D59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D59 is #7BF2A6. Grayscale: #393939. Windows color (decimal): -8123047 or 5836164. OLE color: 5836164.

HSL color Cylindrical-coordinate representation of color #840D59: hue angle of 321.68º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D59 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 13 89 -
CMYK 0 0.90 0.33 0.48
HSL 321.68º 0.82% 0.28% -
HSV(B) 321.68º 0.9% 0.52% -
XYZ 11.46 5.91 9.99 -
YUV 57.25 145.92 181.32 -
System Red Green Blue C M Y K H S L
Decimal 132 13 89 0 0.90 0.33 0.48 321.68 0.82 0.28
Hex 84 D 59 0 5A 21 30 142 52 1C
Octal 204 15 131 0 132 41 60 502 122 34
Binary 10000100 1101 1011001 0 1011010 100001 110000 101000010 1010010 11100

Color Harmonies of #840D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D59

Black with #840D59

Text Example


Text Example

White with #840D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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