#861358

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

Shades of Eggplant #861358

Tints of Eggplant #861358

Color information

#861358 (or 0x861358) is unknown color: approx Eggplant. HEX triplet: 86, 13 and 58. RGB value is (134,19,88). Sum of RGB (Red+Green+Blue) = 134+19+88=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #861358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861358 is #79ECA7. Grayscale: #3D3D3D. Windows color (decimal): -7990440 or 5772166. OLE color: 5772166.

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

Color convert

RGB1341988-
CMYK00.860.340.47
HSL324º75.16%30%-
HSV(B)324º85.82%52.55%-
XYZ11.836.249.81-
YUV61.25143.1179.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.60%
GREEN value IS 19 (7.81% from 255) = 7.88%
BLUE value IS 88 (34.77% from 255) = 36.51%
R=55.60%
G=7.88%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134198800.860.340.4732475.1630
Hex861358056222F1444b1e
Octal206231300126425750411336
Binary1000011010011101100001010110100010101111101000100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861358; }

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

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

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

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

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

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

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

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