Html Css Color HEX #840D5D Eggplant

📋 copy color: '#840D5D'

red 132 ◦ green 13 ◦ blue 93

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

Shades of Eggplant #840D5D

Tints of Eggplant #840D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.08%

R = 55.46%
G = 5.46%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#840D5D (or 0x840D5D) is known color: Eggplant. HEX triplet: 84, 0D and 5D. RGB value is (132,13,93). Sum of RGB (Red+Green+Blue) = 132+13+93=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #840D5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D5D is #7BF2A2. Grayscale: #393939. Windows color (decimal): -8123043 or 6098308. OLE color: 6098308.

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

Color convert

RGB 132 13 93 -
CMYK 0 0.90 0.30 0.48
HSL 319.66º 0.82% 0.28% -
HSV(B) 319.66º 0.9% 0.52% -
XYZ 11.64 5.98 10.9 -
YUV 57.7 147.92 181 -
System Red Green Blue C M Y K H S L
Decimal 132 13 93 0 0.90 0.30 0.48 319.66 0.82 0.28
Hex 84 D 5D 0 5A 1E 30 140 52 1C
Octal 204 15 135 0 132 36 60 500 122 34
Binary 10000100 1101 1011101 0 1011010 11110 110000 101000000 1010010 11100

Color Harmonies of #840D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D5D

Black with #840D5D

Text Example


Text Example

White with #840D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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