Shades of Stiletto #863B40
Tints of Stiletto #863B40
RGB
CMYK
RGB Variations
Color information
#863B40 (or 0x863B40) is known color: Stiletto. HEX triplet: 86, 3B and 40. RGB value is (134,59,64). Sum of RGB (Red+Green+Blue) = 134+59+64=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #863B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863B40 is #79C4BF. Grayscale: #525252. Windows color (decimal): -7980224 or 4209542. OLE color: 4209542.
HSL color Cylindrical-coordinate representation of color #863B40: hue angle of 356º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #863B40 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 59 | 64 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.47 |
| HSL | 356º | 0.39% | 0.38% | - |
| HSV(B) | 356º | 0.56% | 0.53% | - |
| XYZ | 12.32 | 8.57 | 5.85 | - |
| YUV | 82 | 117.85 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 64 | 0 | 0.56 | 0.52 | 0.47 | 356 | 0.39 | 0.38 |
| Hex | 86 | 3B | 40 | 0 | 38 | 34 | 2F | 164 | 27 | 26 |
| Octal | 206 | 73 | 100 | 0 | 70 | 64 | 57 | 544 | 47 | 46 |
| Binary | 10000110 | 111011 | 1000000 | 0 | 111000 | 110100 | 101111 | 101100100 | 100111 | 100110 |
Color Harmonies of #863B40
Complementary color
Monochromatic Colors of #863B40
Black with #863B40
Text Example
Text Example
White with #863B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863B40; }
p { color: rgb(134,59,64); }
H1.HeaderClassName
{
color: #863B40;
}
.AnyTagClassName
{
color: #863B40;
}
</style>
background-color css
<style>
a { background-color: #863B40; }
a { background-color: rgb(134,59,64); }
div.DivClassName
{
background-color: #863B40;
}
.BgClassName
{
background-color: #863B40;
}
</style>
border-color css
<style>
span { border-color: #863B40; }
span { border-color: rgb(134,59,64); }
td.TdClassName
{
border-color: #863B40;
}
.TagClassName
{
border-color: #863B40;
}
</style>