#84004F

Color #84004F Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #84004F

Tints of Eggplant #84004F

Color information

#84004F (or 0x84004F) is unknown color: approx 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

RGB132079-
CMYK010.400.48
HSL324.09º100%25.88%-
HSV(B)324.09º100%51.76%-
XYZ10.935.477.88-
YUV48.47145.23187.58-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132079010.400.48324.0910025.88
Hex8404F0642830144641a
Octal20401170144506050414432
Binary100001000100111101100100101000110000101000100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>