#861261

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

Shades of Eggplant #861261

Tints of Eggplant #861261

Color information

#861261 (or 0x861261) is unknown color: approx Eggplant. HEX triplet: 86, 12 and 61. RGB value is (134,18,97). Sum of RGB (Red+Green+Blue) = 134+18+97=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #861261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861261 is #79ED9E. Grayscale: #3D3D3D. Windows color (decimal): -7990687 or 6361734. OLE color: 6361734.

HSL color Cylindrical-coordinate representation of color #861261: hue angle of 319.14º degrees, saturation: 0.76, 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 #861261 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1341897-
CMYK00.870.280.47
HSL319.14º76.32%29.8%-
HSV(B)319.14º86.57%52.55%-
XYZ12.216.3611.89-
YUV61.69147.93179.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.82%
GREEN value IS 18 (7.42% from 255) = 7.23%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=53.82%
G=7.23%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134189700.870.280.47319.1476.3229.8
Hex8612610571C2F13f4c1e
Octal206221410127345747711436
Binary100001101001011000010101011111100101111100111111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861261; }

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

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

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

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

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

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

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

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