Shades of Stiletto #863A42
Tints of Stiletto #863A42
RGB
CMYK
RGB Variations
Color information
#863A42 (or 0x863A42) is known color: Stiletto. HEX triplet: 86, 3A and 42. RGB value is (134,58,66). Sum of RGB (Red+Green+Blue) = 134+58+66=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #863A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A42 is #79C5BD. Grayscale: #515151. Windows color (decimal): -7980478 or 4340358. OLE color: 4340358.
HSL color Cylindrical-coordinate representation of color #863A42: hue angle of 353.68º 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 #863A42 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 58 | 66 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.47 |
| HSL | 353.68º | 0.4% | 0.38% | - |
| HSV(B) | 353.68º | 0.57% | 0.53% | - |
| XYZ | 12.33 | 8.49 | 6.14 | - |
| YUV | 81.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 66 | 0 | 0.57 | 0.51 | 0.47 | 353.68 | 0.4 | 0.38 |
| Hex | 86 | 3A | 42 | 0 | 39 | 33 | 2F | 162 | 28 | 26 |
| Octal | 206 | 72 | 102 | 0 | 71 | 63 | 57 | 542 | 50 | 46 |
| Binary | 10000110 | 111010 | 1000010 | 0 | 111001 | 110011 | 101111 | 101100010 | 101000 | 100110 |
Color Harmonies of #863A42
Complementary color
Monochromatic Colors of #863A42
Black with #863A42
Text Example
Text Example
White with #863A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863A42; }
p { color: rgb(134,58,66); }
H1.HeaderClassName
{
color: #863A42;
}
.AnyTagClassName
{
color: #863A42;
}
</style>
background-color css
<style>
a { background-color: #863A42; }
a { background-color: rgb(134,58,66); }
div.DivClassName
{
background-color: #863A42;
}
.BgClassName
{
background-color: #863A42;
}
</style>
border-color css
<style>
span { border-color: #863A42; }
span { border-color: rgb(134,58,66); }
td.TdClassName
{
border-color: #863A42;
}
.TagClassName
{
border-color: #863A42;
}
</style>