#86393E

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

Shades of Stiletto #86393E

Tints of Stiletto #86393E

Color information

#86393E (or 0x86393E) is unknown color: approx Stiletto. HEX triplet: 86, 39 and 3E. RGB value is (134,57,62). Sum of RGB (Red+Green+Blue) = 134+57+62=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #86393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86393E is #79C6C1. Grayscale: #505050. Windows color (decimal): -7980738 or 4077958. OLE color: 4077958.

HSL color Cylindrical-coordinate representation of color #86393E: hue angle of 356.1º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86393E is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1345762-
CMYK00.570.540.47
HSL356.1º40.31%37.45%-
HSV(B)356.1º57.46%52.55%-
XYZ12.168.345.53-
YUV80.59117.51166.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.96%
GREEN value IS 57 (22.66% from 255) = 22.53%
BLUE value IS 62 (24.61% from 255) = 24.51%
R=52.96%
G=22.53%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134576200.570.540.47356.140.3137.45
Hex86393E039362F1642825
Octal206717607166575445045
Binary100001101110011111100111001110110101111101100100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86393E; }

 p { color: rgb(134,57,62); }

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

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

 a { background-color: rgb(134,57,62); }

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

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

 span { border-color: rgb(134,57,62); }

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