Html Css Color HEX #840D55 Eggplant

📋 copy color: '#840D55'

red 132 ◦ green 13 ◦ blue 85

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

Shades of Eggplant #840D55

Tints of Eggplant #840D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.96%

R = 57.39%
G = 5.65%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#840D55 (or 0x840D55) is known color: Eggplant. HEX triplet: 84, 0D and 55. RGB value is (132,13,85). Sum of RGB (Red+Green+Blue) = 132+13+85=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #840D55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D55 is #7BF2AA. Grayscale: #383838. Windows color (decimal): -8123051 or 5574020. OLE color: 5574020.

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

Color convert

RGB 132 13 85 -
CMYK 0 0.90 0.36 0.48
HSL 323.7º 0.82% 0.28% -
HSV(B) 323.7º 0.9% 0.52% -
XYZ 11.3 5.85 9.13 -
YUV 56.79 143.92 181.65 -
System Red Green Blue C M Y K H S L
Decimal 132 13 85 0 0.90 0.36 0.48 323.7 0.82 0.28
Hex 84 D 55 0 5A 24 30 144 52 1C
Octal 204 15 125 0 132 44 60 504 122 34
Binary 10000100 1101 1010101 0 1011010 100100 110000 101000100 1010010 11100

Color Harmonies of #840D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D55

Black with #840D55

Text Example


Text Example

White with #840D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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