#84034D

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

Shades of Eggplant #84034D

Tints of Eggplant #84034D

Color information

#84034D (or 0x84034D) is unknown color: approx Eggplant. HEX triplet: 84, 03 and 4D. RGB value is (132,3,77). Sum of RGB (Red+Green+Blue) = 132+3+77=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #84034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84034D is #7BFCB2. Grayscale: #313131. Windows color (decimal): -8125619 or 5047172. OLE color: 5047172.

HSL color Cylindrical-coordinate representation of color #84034D: hue angle of 325.58º degrees, saturation: 0.96, 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 #84034D is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB132377-
CMYK00.980.420.48
HSL325.58º95.56%26.47%-
HSV(B)325.58º97.73%51.76%-
XYZ10.895.517.51-
YUV50.01143.24186.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.26%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 77 (30.47% from 255) = 36.32%
R=62.26%
G=1.42%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13237700.980.420.48325.5895.5626.47
Hex8434D0622A30146601a
Octal20431150142526050614032
Binary1000010011100110101100010101010110000101000110110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84034D;
 }
 .AnyTagClassName
 {
   color: #84034D;
 }
</style>
background-color css

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

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

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

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

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

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