#86343F

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

Shades of Stiletto #86343F

Tints of Stiletto #86343F

Color information

#86343F (or 0x86343F) is unknown color: approx Stiletto. HEX triplet: 86, 34 and 3F. RGB value is (134,52,63). Sum of RGB (Red+Green+Blue) = 134+52+63=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #86343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86343F is #79CBC0. Grayscale: #4D4D4D. Windows color (decimal): -7982017 or 4142214. OLE color: 4142214.

HSL color Cylindrical-coordinate representation of color #86343F: hue angle of 351.95º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86343F is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1345263-
CMYK00.610.530.47
HSL351.95º44.09%36.47%-
HSV(B)351.95º61.19%52.55%-
XYZ11.967.885.59-
YUV77.77119.67168.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.82%
GREEN value IS 52 (20.70% from 255) = 20.88%
BLUE value IS 63 (25% from 255) = 25.30%
R=53.82%
G=20.88%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134526300.610.530.47351.9544.0936.47
Hex86343F03D352F1602c24
Octal206647707565575405444
Binary100001101101001111110111101110101101111101100000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86343F; }

 p { color: rgb(134,52,63); }

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

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

 a { background-color: rgb(134,52,63); }

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

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

 span { border-color: rgb(134,52,63); }

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