Shades of Stiletto #863C3F
Tints of Stiletto #863C3F
RGB
CMYK
RGB Variations
Color information
#863C3F (or 0x863C3F) is known color: Stiletto. HEX triplet: 86, 3C and 3F. RGB value is (134,60,63). Sum of RGB (Red+Green+Blue) = 134+60+63=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #863C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C3F is #79C3C0. Grayscale: #525252. Windows color (decimal): -7979969 or 4144262. OLE color: 4144262.
HSL color Cylindrical-coordinate representation of color #863C3F: hue angle of 357.57º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #863C3F is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 63 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.47 |
| HSL | 357.57º | 0.38% | 0.38% | - |
| HSV(B) | 357.57º | 0.55% | 0.53% | - |
| XYZ | 12.34 | 8.66 | 5.72 | - |
| YUV | 82.47 | 117.02 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 63 | 0 | 0.55 | 0.53 | 0.47 | 357.57 | 0.38 | 0.38 |
| Hex | 86 | 3C | 3F | 0 | 37 | 35 | 2F | 166 | 26 | 26 |
| Octal | 206 | 74 | 77 | 0 | 67 | 65 | 57 | 546 | 46 | 46 |
| Binary | 10000110 | 111100 | 111111 | 0 | 110111 | 110101 | 101111 | 101100110 | 100110 | 100110 |
Color Harmonies of #863C3F
Complementary color
Monochromatic Colors of #863C3F
Black with #863C3F
Text Example
Text Example
White with #863C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C3F; }
p { color: rgb(134,60,63); }
H1.HeaderClassName
{
color: #863C3F;
}
.AnyTagClassName
{
color: #863C3F;
}
</style>
background-color css
<style>
a { background-color: #863C3F; }
a { background-color: rgb(134,60,63); }
div.DivClassName
{
background-color: #863C3F;
}
.BgClassName
{
background-color: #863C3F;
}
</style>
border-color css
<style>
span { border-color: #863C3F; }
span { border-color: rgb(134,60,63); }
td.TdClassName
{
border-color: #863C3F;
}
.TagClassName
{
border-color: #863C3F;
}
</style>