Shades of Stiletto #8D3D47
Tints of Stiletto #8D3D47
RGB
CMYK
RGB Variations
Color information
#8D3D47 (or 0x8D3D47) is known color: Stiletto. HEX triplet: 8D, 3D and 47. RGB value is (141,61,71). Sum of RGB (Red+Green+Blue) = 141+61+71=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3D47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3D47 is #72C2B8. Grayscale: #565656. Windows color (decimal): -7520953 or 4668813. OLE color: 4668813.
HSL color Cylindrical-coordinate representation of color #8D3D47: hue angle of 352.5º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D3D47 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 61 | 71 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.45 |
| HSL | 352.5º | 0.4% | 0.4% | - |
| HSV(B) | 352.5º | 0.57% | 0.55% | - |
| XYZ | 13.79 | 9.46 | 7.06 | - |
| YUV | 86.06 | 119.5 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 61 | 71 | 0 | 0.57 | 0.50 | 0.45 | 352.5 | 0.4 | 0.4 |
| Hex | 8D | 3D | 47 | 0 | 39 | 32 | 2D | 160 | 28 | 28 |
| Octal | 215 | 75 | 107 | 0 | 71 | 62 | 55 | 540 | 50 | 50 |
| Binary | 10001101 | 111101 | 1000111 | 0 | 111001 | 110010 | 101101 | 101100000 | 101000 | 101000 |
Color Harmonies of #8D3D47
Complementary color
Monochromatic Colors of #8D3D47
Black with #8D3D47
Text Example
Text Example
White with #8D3D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3D47; }
p { color: rgb(141,61,71); }
H1.HeaderClassName
{
color: #8D3D47;
}
.AnyTagClassName
{
color: #8D3D47;
}
</style>
background-color css
<style>
a { background-color: #8D3D47; }
a { background-color: rgb(141,61,71); }
div.DivClassName
{
background-color: #8D3D47;
}
.BgClassName
{
background-color: #8D3D47;
}
</style>
border-color css
<style>
span { border-color: #8D3D47; }
span { border-color: rgb(141,61,71); }
td.TdClassName
{
border-color: #8D3D47;
}
.TagClassName
{
border-color: #8D3D47;
}
</style>