#86393C

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

Shades of Stiletto #86393C

Tints of Stiletto #86393C

Color information

#86393C (or 0x86393C) is unknown color: approx Stiletto. HEX triplet: 86, 39 and 3C. RGB value is (134,57,60). Sum of RGB (Red+Green+Blue) = 134+57+60=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #86393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86393C is #79C6C3. Grayscale: #505050. Windows color (decimal): -7980740 or 3946886. OLE color: 3946886.

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

Color convert

RGB1345760-
CMYK00.570.550.47
HSL357.66º40.31%37.45%-
HSV(B)357.66º57.46%52.55%-
XYZ12.118.325.24-
YUV80.36116.51166.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.39%
GREEN value IS 57 (22.66% from 255) = 22.71%
BLUE value IS 60 (23.83% from 255) = 23.90%
R=53.39%
G=22.71%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134576000.570.550.47357.6640.3137.45
Hex86393C039372F1662825
Octal206717407167575465045
Binary100001101110011111000111001110111101111101100110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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