#881261

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

Shades of Eggplant #881261

Tints of Eggplant #881261

Color information

#881261 (or 0x881261) is unknown color: approx Eggplant. HEX triplet: 88, 12 and 61. RGB value is (136,18,97). Sum of RGB (Red+Green+Blue) = 136+18+97=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #881261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881261 is #77ED9E. Grayscale: #3E3E3E. Windows color (decimal): -7859615 or 6361736. OLE color: 6361736.

HSL color Cylindrical-coordinate representation of color #881261: hue angle of 319.83º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881261 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1361897-
CMYK00.870.290.47
HSL319.83º76.62%30.2%-
HSV(B)319.83º86.76%53.33%-
XYZ12.536.5311.91-
YUV62.29147.59180.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.18%
GREEN value IS 18 (7.42% from 255) = 7.17%
BLUE value IS 97 (38.28% from 255) = 38.65%
R=54.18%
G=7.17%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136189700.870.290.47319.8376.6230.2
Hex8812610571D2F1404d1e
Octal210221410127355750011536
Binary100010001001011000010101011111101101111101000000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881261; }

 p { color: rgb(136,18,97); }

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

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

 a { background-color: rgb(136,18,97); }

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

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

 span { border-color: rgb(136,18,97); }

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