Shades of Stiletto #86393A
Tints of Stiletto #86393A
RGB
CMYK
RGB Variations
Color information
#86393A (or 0x86393A) is known color: Stiletto. HEX triplet: 86, 39 and 3A. RGB value is (134,57,58). Sum of RGB (Red+Green+Blue) = 134+57+58=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #86393A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86393A is #79C6C5. Grayscale: #505050. Windows color (decimal): -7980742 or 3815814. OLE color: 3815814.
HSL color Cylindrical-coordinate representation of color #86393A: hue angle of 359.22º 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 #86393A is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 57 | 58 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.47 |
| HSL | 359.22º | 0.4% | 0.37% | - |
| HSV(B) | 359.22º | 0.57% | 0.53% | - |
| XYZ | 12.06 | 8.3 | 4.97 | - |
| YUV | 80.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 57 | 58 | 0 | 0.57 | 0.57 | 0.47 | 359.22 | 0.4 | 0.37 |
| Hex | 86 | 39 | 3A | 0 | 39 | 39 | 2F | 167 | 28 | 25 |
| Octal | 206 | 71 | 72 | 0 | 71 | 71 | 57 | 547 | 50 | 45 |
| Binary | 10000110 | 111001 | 111010 | 0 | 111001 | 111001 | 101111 | 101100111 | 101000 | 100101 |
Color Harmonies of #86393A
Complementary color
Monochromatic Colors of #86393A
Black with #86393A
Text Example
Text Example
White with #86393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86393A; }
p { color: rgb(134,57,58); }
H1.HeaderClassName
{
color: #86393A;
}
.AnyTagClassName
{
color: #86393A;
}
</style>
background-color css
<style>
a { background-color: #86393A; }
a { background-color: rgb(134,57,58); }
div.DivClassName
{
background-color: #86393A;
}
.BgClassName
{
background-color: #86393A;
}
</style>
border-color css
<style>
span { border-color: #86393A; }
span { border-color: rgb(134,57,58); }
td.TdClassName
{
border-color: #86393A;
}
.TagClassName
{
border-color: #86393A;
}
</style>