Html Css Color HEX #84024D Eggplant

📋 copy color: '#84024D'

red 132 ◦ green 2 ◦ blue 77

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

Shades of Eggplant #84024D

Tints of Eggplant #84024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.95%

 BLUE value IS 77 (30.47% from 255) = 36.49%

R = 62.56%
G = 0.95%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84024D (or 0x84024D) is known color: Eggplant. HEX triplet: 84, 02 and 4D. RGB value is (132,2,77). Sum of RGB (Red+Green+Blue) = 132+2+77=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84024D is #7BFDB2. Grayscale: #313131. Windows color (decimal): -8125875 or 5046916. OLE color: 5046916.

HSL color Cylindrical-coordinate representation of color #84024D: hue angle of 325.38º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84024D is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 2 77 -
CMYK 0 0.98 0.42 0.48
HSL 325.38º 0.97% 0.26% -
HSV(B) 325.38º 0.98% 0.52% -
XYZ 10.88 5.48 7.51 -
YUV 49.42 143.57 186.9 -
System Red Green Blue C M Y K H S L
Decimal 132 2 77 0 0.98 0.42 0.48 325.38 0.97 0.26
Hex 84 2 4D 0 62 2A 30 145 61 1A
Octal 204 2 115 0 142 52 60 505 141 32
Binary 10000100 10 1001101 0 1100010 101010 110000 101000101 1100001 11010

Color Harmonies of #84024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84024D

Black with #84024D

Text Example


Text Example

White with #84024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84024D; }

 p { color: rgb(132,2,77); }

 H1.HeaderClassName
 {
   color: #84024D;
 }
 .AnyTagClassName
 {
   color: #84024D;
 }
</style>

background-color css

<style>
 a { background-color: #84024D; }

 a { background-color: rgb(132,2,77); }

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

border-color css

<style>
 span { border-color: #84024D; }

 span { border-color: rgb(132,2,77); }

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