#86125C

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

Shades of Eggplant #86125C

Tints of Eggplant #86125C

Color information

#86125C (or 0x86125C) is unknown color: approx Eggplant. HEX triplet: 86, 12 and 5C. RGB value is (134,18,92). Sum of RGB (Red+Green+Blue) = 134+18+92=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #86125C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86125C is #79EDA3. Grayscale: #3C3C3C. Windows color (decimal): -7990692 or 6034054. OLE color: 6034054.

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

Color convert

RGB1341892-
CMYK00.870.310.47
HSL321.72º76.32%29.8%-
HSV(B)321.72º86.57%52.55%-
XYZ11.986.2710.7-
YUV61.12145.43179.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.92%
GREEN value IS 18 (7.42% from 255) = 7.38%
BLUE value IS 92 (36.33% from 255) = 37.70%
R=54.92%
G=7.38%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134189200.870.310.47321.7276.3229.8
Hex86125C0571F2F1424c1e
Octal206221340127375750211436
Binary100001101001010111000101011111111101111101000010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86125C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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