#841259

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

Shades of Eggplant #841259

Tints of Eggplant #841259

Color information

#841259 (or 0x841259) is unknown color: approx Eggplant. HEX triplet: 84, 12 and 59. RGB value is (132,18,89). Sum of RGB (Red+Green+Blue) = 132+18+89=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #841259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841259 is #7BEDA6. Grayscale: #3C3C3C. Windows color (decimal): -8121767 or 5837444. OLE color: 5837444.

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

Color convert

RGB1321889-
CMYK00.860.330.48
HSL322.63º76%29.41%-
HSV(B)322.63º86.36%51.76%-
XYZ11.546.0610.01-
YUV60.18144.27179.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.23%
GREEN value IS 18 (7.42% from 255) = 7.53%
BLUE value IS 89 (35.16% from 255) = 37.24%
R=55.23%
G=7.53%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132188900.860.330.48322.637629.41
Hex84125905621301434c1d
Octal204221310126416050311435
Binary1000010010010101100101010110100001110000101000011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841259; }

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

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

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

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

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

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

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

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