#861262

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

Shades of Eggplant #861262

Tints of Eggplant #861262

Color information

#861262 (or 0x861262) is unknown color: approx Eggplant. HEX triplet: 86, 12 and 62. RGB value is (134,18,98). Sum of RGB (Red+Green+Blue) = 134+18+98=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #861262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861262 is #79ED9D. Grayscale: #3D3D3D. Windows color (decimal): -7990686 or 6427270. OLE color: 6427270.

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

Color convert

RGB1341898-
CMYK00.870.270.47
HSL318.62º76.32%29.8%-
HSV(B)318.62º86.57%52.55%-
XYZ12.256.3812.14-
YUV61.8148.43179.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 18 (7.42% from 255) = 7.2%
BLUE value IS 98 (38.67% from 255) = 39.2%
R=53.6%
G=7.2%
B=39.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134189800.870.270.47318.6276.3229.8
Hex8612620571B2F13f4c1e
Octal206221420127335747711436
Binary100001101001011000100101011111011101111100111111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861262; }

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

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

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

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

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

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

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

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