#86125B

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

Shades of Eggplant #86125B

Tints of Eggplant #86125B

Color information

#86125B (or 0x86125B) is unknown color: approx Eggplant. HEX triplet: 86, 12 and 5B. RGB value is (134,18,91). Sum of RGB (Red+Green+Blue) = 134+18+91=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #86125B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86125B is #79EDA4. Grayscale: #3C3C3C. Windows color (decimal): -7990693 or 5968518. OLE color: 5968518.

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

Color convert

RGB1341891-
CMYK00.870.320.47
HSL322.24º76.32%29.8%-
HSV(B)322.24º86.57%52.55%-
XYZ11.946.2610.48-
YUV61.01144.93180.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.14%
GREEN value IS 18 (7.42% from 255) = 7.41%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=55.14%
G=7.41%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134189100.870.320.47322.2476.3229.8
Hex86125B057202F1424c1e
Octal206221330127405750211436
Binary1000011010010101101101010111100000101111101000010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86125B; }

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

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

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

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

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

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

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

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