Shades of Stiletto #86373F
Tints of Stiletto #86373F
RGB
CMYK
RGB Variations
Color information
#86373F (or 0x86373F) is known color: Stiletto. HEX triplet: 86, 37 and 3F. RGB value is (134,55,63). Sum of RGB (Red+Green+Blue) = 134+55+63=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #86373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86373F is #79C8C0. Grayscale: #4F4F4F. Windows color (decimal): -7981249 or 4142982. OLE color: 4142982.
HSL color Cylindrical-coordinate representation of color #86373F: hue angle of 353.92º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86373F is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 55 | 63 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.47 |
| HSL | 353.92º | 0.42% | 0.37% | - |
| HSV(B) | 353.92º | 0.59% | 0.53% | - |
| XYZ | 12.09 | 8.16 | 5.64 | - |
| YUV | 79.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 55 | 63 | 0 | 0.59 | 0.53 | 0.47 | 353.92 | 0.42 | 0.37 |
| Hex | 86 | 37 | 3F | 0 | 3B | 35 | 2F | 162 | 2A | 25 |
| Octal | 206 | 67 | 77 | 0 | 73 | 65 | 57 | 542 | 52 | 45 |
| Binary | 10000110 | 110111 | 111111 | 0 | 111011 | 110101 | 101111 | 101100010 | 101010 | 100101 |
Color Harmonies of #86373F
Complementary color
Monochromatic Colors of #86373F
Black with #86373F
Text Example
Text Example
White with #86373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86373F; }
p { color: rgb(134,55,63); }
H1.HeaderClassName
{
color: #86373F;
}
.AnyTagClassName
{
color: #86373F;
}
</style>
background-color css
<style>
a { background-color: #86373F; }
a { background-color: rgb(134,55,63); }
div.DivClassName
{
background-color: #86373F;
}
.BgClassName
{
background-color: #86373F;
}
</style>
border-color css
<style>
span { border-color: #86373F; }
span { border-color: rgb(134,55,63); }
td.TdClassName
{
border-color: #86373F;
}
.TagClassName
{
border-color: #86373F;
}
</style>