Html Css Color HEX #84024F Eggplant

📋 copy color: '#84024F'

red 132 ◦ green 2 ◦ blue 79

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

Shades of Eggplant #84024F

Tints of Eggplant #84024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.09%

R = 61.97%
G = 0.94%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#84024F (or 0x84024F) is known color: Eggplant. HEX triplet: 84, 02 and 4F. RGB value is (132,2,79). Sum of RGB (Red+Green+Blue) = 132+2+79=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #84024F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84024F is #7BFDB0. Grayscale: #313131. Windows color (decimal): -8125873 or 5177988. OLE color: 5177988.

HSL color Cylindrical-coordinate representation of color #84024F: hue angle of 324.46º 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 #84024F is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 2 79 -
CMYK 0 0.98 0.40 0.48
HSL 324.46º 0.97% 0.26% -
HSV(B) 324.46º 0.98% 0.52% -
XYZ 10.95 5.51 7.88 -
YUV 49.65 144.57 186.74 -
System Red Green Blue C M Y K H S L
Decimal 132 2 79 0 0.98 0.40 0.48 324.46 0.97 0.26
Hex 84 2 4F 0 62 28 30 144 61 1A
Octal 204 2 117 0 142 50 60 504 141 32
Binary 10000100 10 1001111 0 1100010 101000 110000 101000100 1100001 11010

Color Harmonies of #84024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84024F

Black with #84024F

Text Example


Text Example

White with #84024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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