#841256

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

Shades of Eggplant #841256

Tints of Eggplant #841256

Color information

#841256 (or 0x841256) is unknown color: approx Eggplant. HEX triplet: 84, 12 and 56. RGB value is (132,18,86). Sum of RGB (Red+Green+Blue) = 132+18+86=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #841256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841256 is #7BEDA9. Grayscale: #3B3B3B. Windows color (decimal): -8121770 or 5640836. OLE color: 5640836.

HSL color Cylindrical-coordinate representation of color #841256: hue angle of 324.21º 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 #841256 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB1321886-
CMYK00.860.350.48
HSL324.21º76%29.41%-
HSV(B)324.21º86.36%51.76%-
XYZ11.416.019.36-
YUV59.84142.77179.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.93%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 86 (33.98% from 255) = 36.44%
R=55.93%
G=7.63%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132188600.860.350.48324.217629.41
Hex84125605623301444c1d
Octal204221260126436050411435
Binary1000010010010101011001010110100011110000101000100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841256; }

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

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

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

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

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

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

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

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