Shades of Stiletto #86393F
Tints of Stiletto #86393F
RGB
CMYK
RGB Variations
Color information
#86393F (or 0x86393F) is known color: Stiletto. HEX triplet: 86, 39 and 3F. RGB value is (134,57,63). Sum of RGB (Red+Green+Blue) = 134+57+63=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #86393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86393F is #79C6C0. Grayscale: #505050. Windows color (decimal): -7980737 or 4143494. OLE color: 4143494.
HSL color Cylindrical-coordinate representation of color #86393F: hue angle of 355.32º 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 #86393F is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 57 | 63 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.47 |
| HSL | 355.32º | 0.4% | 0.37% | - |
| HSV(B) | 355.32º | 0.57% | 0.53% | - |
| XYZ | 12.19 | 8.35 | 5.67 | - |
| YUV | 80.71 | 118.01 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 57 | 63 | 0 | 0.57 | 0.53 | 0.47 | 355.32 | 0.4 | 0.37 |
| Hex | 86 | 39 | 3F | 0 | 39 | 35 | 2F | 163 | 28 | 25 |
| Octal | 206 | 71 | 77 | 0 | 71 | 65 | 57 | 543 | 50 | 45 |
| Binary | 10000110 | 111001 | 111111 | 0 | 111001 | 110101 | 101111 | 101100011 | 101000 | 100101 |
Color Harmonies of #86393F
Complementary color
Monochromatic Colors of #86393F
Black with #86393F
Text Example
Text Example
White with #86393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86393F; }
p { color: rgb(134,57,63); }
H1.HeaderClassName
{
color: #86393F;
}
.AnyTagClassName
{
color: #86393F;
}
</style>
background-color css
<style>
a { background-color: #86393F; }
a { background-color: rgb(134,57,63); }
div.DivClassName
{
background-color: #86393F;
}
.BgClassName
{
background-color: #86393F;
}
</style>
border-color css
<style>
span { border-color: #86393F; }
span { border-color: rgb(134,57,63); }
td.TdClassName
{
border-color: #86393F;
}
.TagClassName
{
border-color: #86393F;
}
</style>