Html Css Color HEX #840D52 Eggplant

📋 copy color: '#840D52'

red 132 ◦ green 13 ◦ blue 82

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

Shades of Eggplant #840D52

Tints of Eggplant #840D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.12%

R = 58.15%
G = 5.73%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#840D52 (or 0x840D52) is known color: Eggplant. HEX triplet: 84, 0D and 52. RGB value is (132,13,82). Sum of RGB (Red+Green+Blue) = 132+13+82=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #840D52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D52 is #7BF2AD. Grayscale: #383838. Windows color (decimal): -8123054 or 5377412. OLE color: 5377412.

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

Color convert

RGB 132 13 82 -
CMYK 0 0.90 0.38 0.48
HSL 325.21º 0.82% 0.28% -
HSV(B) 325.21º 0.9% 0.52% -
XYZ 11.18 5.8 8.51 -
YUV 56.45 142.42 181.89 -
System Red Green Blue C M Y K H S L
Decimal 132 13 82 0 0.90 0.38 0.48 325.21 0.82 0.28
Hex 84 D 52 0 5A 26 30 145 52 1C
Octal 204 15 122 0 132 46 60 505 122 34
Binary 10000100 1101 1010010 0 1011010 100110 110000 101000101 1010010 11100

Color Harmonies of #840D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D52

Black with #840D52

Text Example


Text Example

White with #840D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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