#861363

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

Shades of Eggplant #861363

Tints of Eggplant #861363

Color information

#861363 (or 0x861363) is unknown color: approx Eggplant. HEX triplet: 86, 13 and 63. RGB value is (134,19,99). Sum of RGB (Red+Green+Blue) = 134+19+99=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #861363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861363 is #79EC9C. Grayscale: #3E3E3E. Windows color (decimal): -7990429 or 6493062. OLE color: 6493062.

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

Color convert

RGB1341999-
CMYK00.860.260.47
HSL318.26º75.16%30%-
HSV(B)318.26º85.82%52.55%-
XYZ12.326.4312.4-
YUV62.5148.6179-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.17%
GREEN value IS 19 (7.81% from 255) = 7.54%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=53.17%
G=7.54%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134199900.860.260.47318.2675.1630
Hex8613630561A2F13e4b1e
Octal206231430126325747611336
Binary100001101001111000110101011011010101111100111110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861363; }

 p { color: rgb(134,19,99); }

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

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

 a { background-color: rgb(134,19,99); }

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

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

 span { border-color: rgb(134,19,99); }

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