#841459

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

Shades of Eggplant #841459

Tints of Eggplant #841459

Color information

#841459 (or 0x841459) is unknown color: approx Eggplant. HEX triplet: 84, 14 and 59. RGB value is (132,20,89). Sum of RGB (Red+Green+Blue) = 132+20+89=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #841459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841459 is #7BEBA6. Grayscale: #3D3D3D. Windows color (decimal): -8121255 or 5837956. OLE color: 5837956.

HSL color Cylindrical-coordinate representation of color #841459: hue angle of 323.04º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841459 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB1322089-
CMYK00.850.330.48
HSL323.04º73.68%29.8%-
HSV(B)323.04º84.85%51.76%-
XYZ11.576.1310.02-
YUV61.35143.61178.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.77%
GREEN value IS 20 (8.20% from 255) = 8.30%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=54.77%
G=8.30%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132208900.850.330.48323.0473.6829.8
Hex84145905521301434a1e
Octal204241310125416050311236
Binary1000010010100101100101010101100001110000101000011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841459; }

 p { color: rgb(132,20,89); }

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

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

 a { background-color: rgb(132,20,89); }

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

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

 span { border-color: rgb(132,20,89); }

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