#84075E

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

Shades of Eggplant #84075E

Tints of Eggplant #84075E

Color information

#84075E (or 0x84075E) is unknown color: approx Eggplant. HEX triplet: 84, 07 and 5E. RGB value is (132,7,94). Sum of RGB (Red+Green+Blue) = 132+7+94=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #84075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84075E is #7BF8A1. Grayscale: #363636. Windows color (decimal): -8124578 or 6162308. OLE color: 6162308.

HSL color Cylindrical-coordinate representation of color #84075E: hue angle of 318.24º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84075E is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB132794-
CMYK00.950.290.48
HSL318.24º89.93%27.25%-
HSV(B)318.24º94.7%51.76%-
XYZ11.615.8711.11-
YUV54.29150.41183.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.65%
GREEN value IS 7 (3.12% from 255) = 3.00%
BLUE value IS 94 (37.11% from 255) = 40.34%
R=56.65%
G=3.00%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13279400.950.290.48318.2489.9327.25
Hex8475E05F1D3013e5a1b
Octal20471360137356047613233
Binary1000010011110111100101111111101110000100111110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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