Html Css Color HEX #84004F Eggplant

📋 copy color: '#84004F'

red 132 ◦ green 0 ◦ blue 79

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

Shades of Eggplant #84004F

Tints of Eggplant #84004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.56%
G = 0%
B = 37.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#84004F (or 0x84004F) is known color: Eggplant. HEX triplet: 84, 00 and 4F. RGB value is (132,0,79). Sum of RGB (Red+Green+Blue) = 132+0+79=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84004F is #7BFFB0. Grayscale: #303030. Windows color (decimal): -8126385 or 5177476. OLE color: 5177476.

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

Color convert

RGB 132 0 79 -
CMYK 0 1 0.40 0.48
HSL 324.09º 1% 0.26% -
HSV(B) 324.09º 1% 0.52% -
XYZ 10.93 5.47 7.88 -
YUV 48.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 132 0 79 0 1 0.40 0.48 324.09 1 0.26
Hex 84 0 4F 0 64 28 30 144 64 1A
Octal 204 0 117 0 144 50 60 504 144 32
Binary 10000100 0 1001111 0 1100100 101000 110000 101000100 1100100 11010

Color Harmonies of #84004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84004F

Black with #84004F

Text Example


Text Example

White with #84004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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