Shades of Stiletto #863F41
Tints of Stiletto #863F41
RGB
CMYK
RGB Variations
Color information
#863F41 (or 0x863F41) is known color: Stiletto. HEX triplet: 86, 3F and 41. RGB value is (134,63,65). Sum of RGB (Red+Green+Blue) = 134+63+65=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #863F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863F41 is #79C0BE. Grayscale: #545454. Windows color (decimal): -7979199 or 4276102. OLE color: 4276102.
HSL color Cylindrical-coordinate representation of color #863F41: hue angle of 358.31º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #863F41 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 65 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.47 |
| HSL | 358.31º | 0.36% | 0.39% | - |
| HSV(B) | 358.31º | 0.53% | 0.53% | - |
| XYZ | 12.56 | 9.01 | 6.08 | - |
| YUV | 84.46 | 117.02 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 65 | 0 | 0.53 | 0.51 | 0.47 | 358.31 | 0.36 | 0.39 |
| Hex | 86 | 3F | 41 | 0 | 35 | 33 | 2F | 166 | 24 | 27 |
| Octal | 206 | 77 | 101 | 0 | 65 | 63 | 57 | 546 | 44 | 47 |
| Binary | 10000110 | 111111 | 1000001 | 0 | 110101 | 110011 | 101111 | 101100110 | 100100 | 100111 |
Color Harmonies of #863F41
Complementary color
Monochromatic Colors of #863F41
Black with #863F41
Text Example
Text Example
White with #863F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F41; }
p { color: rgb(134,63,65); }
H1.HeaderClassName
{
color: #863F41;
}
.AnyTagClassName
{
color: #863F41;
}
</style>
background-color css
<style>
a { background-color: #863F41; }
a { background-color: rgb(134,63,65); }
div.DivClassName
{
background-color: #863F41;
}
.BgClassName
{
background-color: #863F41;
}
</style>
border-color css
<style>
span { border-color: #863F41; }
span { border-color: rgb(134,63,65); }
td.TdClassName
{
border-color: #863F41;
}
.TagClassName
{
border-color: #863F41;
}
</style>