Shades of Stiletto #863F46
Tints of Stiletto #863F46
RGB
CMYK
RGB Variations
Color information
#863F46 (or 0x863F46) is known color: Stiletto. HEX triplet: 86, 3F and 46. RGB value is (134,63,70). Sum of RGB (Red+Green+Blue) = 134+63+70=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #863F46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863F46 is #79C0B9. Grayscale: #555555. Windows color (decimal): -7979194 or 4603782. OLE color: 4603782.
HSL color Cylindrical-coordinate representation of color #863F46: hue angle of 354.08º 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 #863F46 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 70 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.47 |
| HSL | 354.08º | 0.36% | 0.39% | - |
| HSV(B) | 354.08º | 0.53% | 0.53% | - |
| XYZ | 12.71 | 9.07 | 6.87 | - |
| YUV | 85.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 70 | 0 | 0.53 | 0.48 | 0.47 | 354.08 | 0.36 | 0.39 |
| Hex | 86 | 3F | 46 | 0 | 35 | 30 | 2F | 162 | 24 | 27 |
| Octal | 206 | 77 | 106 | 0 | 65 | 60 | 57 | 542 | 44 | 47 |
| Binary | 10000110 | 111111 | 1000110 | 0 | 110101 | 110000 | 101111 | 101100010 | 100100 | 100111 |
Color Harmonies of #863F46
Complementary color
Monochromatic Colors of #863F46
Black with #863F46
Text Example
Text Example
White with #863F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F46; }
p { color: rgb(134,63,70); }
H1.HeaderClassName
{
color: #863F46;
}
.AnyTagClassName
{
color: #863F46;
}
</style>
background-color css
<style>
a { background-color: #863F46; }
a { background-color: rgb(134,63,70); }
div.DivClassName
{
background-color: #863F46;
}
.BgClassName
{
background-color: #863F46;
}
</style>
border-color css
<style>
span { border-color: #863F46; }
span { border-color: rgb(134,63,70); }
td.TdClassName
{
border-color: #863F46;
}
.TagClassName
{
border-color: #863F46;
}
</style>