#871262

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

Shades of Eggplant #871262

Tints of Eggplant #871262

Color information

#871262 (or 0x871262) is unknown color: approx Eggplant. HEX triplet: 87, 12 and 62. RGB value is (135,18,98). Sum of RGB (Red+Green+Blue) = 135+18+98=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #871262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871262 is #78ED9D. Grayscale: #3D3D3D. Windows color (decimal): -7925150 or 6427271. OLE color: 6427271.

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

Color convert

RGB1351898-
CMYK00.870.270.47
HSL318.97º76.47%30%-
HSV(B)318.97º86.67%52.94%-
XYZ12.416.4712.15-
YUV62.1148.26180-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.78%
GREEN value IS 18 (7.42% from 255) = 7.17%
BLUE value IS 98 (38.67% from 255) = 39.04%
R=53.78%
G=7.17%
B=39.04%

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
Decimal135189800.870.270.47318.9776.4730
Hex8712620571B2F13f4c1e
Octal207221420127335747711436
Binary100001111001011000100101011111011101111100111111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871262; }

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

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

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

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

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

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

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

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