Html Css Color HEX #840D56 Eggplant

📋 copy color: '#840D56'

red 132 ◦ green 13 ◦ blue 86

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

Shades of Eggplant #840D56

Tints of Eggplant #840D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 37.23%

R = 57.14%
G = 5.63%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#840D56 (or 0x840D56) is known color: Eggplant. HEX triplet: 84, 0D and 56. RGB value is (132,13,86). Sum of RGB (Red+Green+Blue) = 132+13+86=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #840D56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D56 is #7BF2A9. Grayscale: #383838. Windows color (decimal): -8123050 or 5639556. OLE color: 5639556.

HSL color Cylindrical-coordinate representation of color #840D56: hue angle of 323.19º 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 #840D56 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 13 86 -
CMYK 0 0.90 0.35 0.48
HSL 323.19º 0.82% 0.28% -
HSV(B) 323.19º 0.9% 0.52% -
XYZ 11.34 5.87 9.34 -
YUV 56.9 144.42 181.56 -
System Red Green Blue C M Y K H S L
Decimal 132 13 86 0 0.90 0.35 0.48 323.19 0.82 0.28
Hex 84 D 56 0 5A 23 30 143 52 1C
Octal 204 15 126 0 132 43 60 503 122 34
Binary 10000100 1101 1010110 0 1011010 100011 110000 101000011 1010010 11100

Color Harmonies of #840D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D56

Black with #840D56

Text Example


Text Example

White with #840D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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