#84035E

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

Shades of Eggplant #84035E

Tints of Eggplant #84035E

Color information

#84035E (or 0x84035E) is unknown color: approx Eggplant. HEX triplet: 84, 03 and 5E. RGB value is (132,3,94). Sum of RGB (Red+Green+Blue) = 132+3+94=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #84035E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84035E is #7BFCA1. Grayscale: #333333. Windows color (decimal): -8125602 or 6161284. OLE color: 6161284.

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

Color convert

RGB132394-
CMYK00.980.290.48
HSL317.67º95.56%26.47%-
HSV(B)317.67º97.73%51.76%-
XYZ11.575.7811.1-
YUV51.94151.74185.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.64%
GREEN value IS 3 (1.56% from 255) = 1.31%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=57.64%
G=1.31%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13239400.980.290.48317.6795.5626.47
Hex8435E0621D3013e601a
Octal20431360142356047614032
Binary100001001110111100110001011101110000100111110110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84035E; }

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

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

<style>
 a { background-color: #84035E; }

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

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

<style>
 span { border-color: #84035E; }

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

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