Html Css Color HEX #84044F Eggplant

📋 copy color: '#84044F'

red 132 ◦ green 4 ◦ blue 79

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

Shades of Eggplant #84044F

Tints of Eggplant #84044F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.86%

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

R = 61.4%
G = 1.86%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#84044F (or 0x84044F) is known color: Eggplant. HEX triplet: 84, 04 and 4F. RGB value is (132,4,79). Sum of RGB (Red+Green+Blue) = 132+4+79=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #84044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84044F is #7BFBB0. Grayscale: #323232. Windows color (decimal): -8125361 or 5178500. OLE color: 5178500.

HSL color Cylindrical-coordinate representation of color #84044F: hue angle of 324.84º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #84044F is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 4 79 -
CMYK 0 0.97 0.40 0.48
HSL 324.84º 0.94% 0.27% -
HSV(B) 324.84º 0.97% 0.52% -
XYZ 10.97 5.56 7.89 -
YUV 50.82 143.91 185.9 -
System Red Green Blue C M Y K H S L
Decimal 132 4 79 0 0.97 0.40 0.48 324.84 0.94 0.27
Hex 84 4 4F 0 61 28 30 145 5E 1B
Octal 204 4 117 0 141 50 60 505 136 33
Binary 10000100 100 1001111 0 1100001 101000 110000 101000101 1011110 11011

Color Harmonies of #84044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84044F

Black with #84044F

Text Example


Text Example

White with #84044F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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