Shades of Stiletto #863A44
Tints of Stiletto #863A44
RGB
CMYK
RGB Variations
Color information
#863A44 (or 0x863A44) is known color: Stiletto. HEX triplet: 86, 3A and 44. RGB value is (134,58,68). Sum of RGB (Red+Green+Blue) = 134+58+68=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #863A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A44 is #79C5BB. Grayscale: #515151. Windows color (decimal): -7980476 or 4471430. OLE color: 4471430.
HSL color Cylindrical-coordinate representation of color #863A44: hue angle of 352.11º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863A44 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 58 | 68 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.47 |
| HSL | 352.11º | 0.4% | 0.38% | - |
| HSV(B) | 352.11º | 0.57% | 0.53% | - |
| XYZ | 12.39 | 8.51 | 6.46 | - |
| YUV | 81.86 | 120.18 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 68 | 0 | 0.57 | 0.49 | 0.47 | 352.11 | 0.4 | 0.38 |
| Hex | 86 | 3A | 44 | 0 | 39 | 31 | 2F | 160 | 28 | 26 |
| Octal | 206 | 72 | 104 | 0 | 71 | 61 | 57 | 540 | 50 | 46 |
| Binary | 10000110 | 111010 | 1000100 | 0 | 111001 | 110001 | 101111 | 101100000 | 101000 | 100110 |
Color Harmonies of #863A44
Complementary color
Monochromatic Colors of #863A44
Black with #863A44
Text Example
Text Example
White with #863A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863A44; }
p { color: rgb(134,58,68); }
H1.HeaderClassName
{
color: #863A44;
}
.AnyTagClassName
{
color: #863A44;
}
</style>
background-color css
<style>
a { background-color: #863A44; }
a { background-color: rgb(134,58,68); }
div.DivClassName
{
background-color: #863A44;
}
.BgClassName
{
background-color: #863A44;
}
</style>
border-color css
<style>
span { border-color: #863A44; }
span { border-color: rgb(134,58,68); }
td.TdClassName
{
border-color: #863A44;
}
.TagClassName
{
border-color: #863A44;
}
</style>