Shades of Stiletto #863B3F
Tints of Stiletto #863B3F
RGB
CMYK
RGB Variations
Color information
#863B3F (or 0x863B3F) is known color: Stiletto. HEX triplet: 86, 3B and 3F. RGB value is (134,59,63). Sum of RGB (Red+Green+Blue) = 134+59+63=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #863B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863B3F is #79C4C0. Grayscale: #515151. Windows color (decimal): -7980225 or 4144006. OLE color: 4144006.
HSL color Cylindrical-coordinate representation of color #863B3F: hue angle of 356.8º 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 #863B3F is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 59 | 63 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.47 |
| HSL | 356.8º | 0.39% | 0.38% | - |
| HSV(B) | 356.8º | 0.56% | 0.53% | - |
| XYZ | 12.29 | 8.56 | 5.71 | - |
| YUV | 81.88 | 117.35 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 63 | 0 | 0.56 | 0.53 | 0.47 | 356.8 | 0.39 | 0.38 |
| Hex | 86 | 3B | 3F | 0 | 38 | 35 | 2F | 165 | 27 | 26 |
| Octal | 206 | 73 | 77 | 0 | 70 | 65 | 57 | 545 | 47 | 46 |
| Binary | 10000110 | 111011 | 111111 | 0 | 111000 | 110101 | 101111 | 101100101 | 100111 | 100110 |
Color Harmonies of #863B3F
Complementary color
Monochromatic Colors of #863B3F
Black with #863B3F
Text Example
Text Example
White with #863B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863B3F; }
p { color: rgb(134,59,63); }
H1.HeaderClassName
{
color: #863B3F;
}
.AnyTagClassName
{
color: #863B3F;
}
</style>
background-color css
<style>
a { background-color: #863B3F; }
a { background-color: rgb(134,59,63); }
div.DivClassName
{
background-color: #863B3F;
}
.BgClassName
{
background-color: #863B3F;
}
</style>
border-color css
<style>
span { border-color: #863B3F; }
span { border-color: rgb(134,59,63); }
td.TdClassName
{
border-color: #863B3F;
}
.TagClassName
{
border-color: #863B3F;
}
</style>