#86135A

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

Shades of Eggplant #86135A

Tints of Eggplant #86135A

Color information

#86135A (or 0x86135A) is unknown color: approx Eggplant. HEX triplet: 86, 13 and 5A. RGB value is (134,19,90). Sum of RGB (Red+Green+Blue) = 134+19+90=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #86135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86135A is #79ECA5. Grayscale: #3D3D3D. Windows color (decimal): -7990438 or 5903238. OLE color: 5903238.

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

Color convert

RGB1341990-
CMYK00.860.330.47
HSL322.96º75.16%30%-
HSV(B)322.96º85.82%52.55%-
XYZ11.916.2710.26-
YUV61.48144.1179.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.14%
GREEN value IS 19 (7.81% from 255) = 7.82%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=55.14%
G=7.82%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134199000.860.330.47322.9675.1630
Hex86135A056212F1434b1e
Octal206231320126415750311336
Binary1000011010011101101001010110100001101111101000011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86135A; }

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

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

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

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

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

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

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

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