Shades of Stiletto #8D3D40
Tints of Stiletto #8D3D40
RGB
CMYK
RGB Variations
Color information
#8D3D40 (or 0x8D3D40) is known color: Stiletto. HEX triplet: 8D, 3D and 40. RGB value is (141,61,64). Sum of RGB (Red+Green+Blue) = 141+61+64=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3D40 is #72C2BF. Grayscale: #555555. Windows color (decimal): -7520960 or 4210061. OLE color: 4210061.
HSL color Cylindrical-coordinate representation of color #8D3D40: hue angle of 357.75º 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 #8D3D40 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 61 | 64 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.45 |
| HSL | 357.75º | 0.4% | 0.4% | - |
| HSV(B) | 357.75º | 0.57% | 0.55% | - |
| XYZ | 13.58 | 9.37 | 5.94 | - |
| YUV | 85.26 | 116 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 61 | 64 | 0 | 0.57 | 0.55 | 0.45 | 357.75 | 0.4 | 0.4 |
| Hex | 8D | 3D | 40 | 0 | 39 | 37 | 2D | 166 | 28 | 28 |
| Octal | 215 | 75 | 100 | 0 | 71 | 67 | 55 | 546 | 50 | 50 |
| Binary | 10001101 | 111101 | 1000000 | 0 | 111001 | 110111 | 101101 | 101100110 | 101000 | 101000 |
Color Harmonies of #8D3D40
Complementary color
Monochromatic Colors of #8D3D40
Black with #8D3D40
Text Example
Text Example
White with #8D3D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3D40; }
p { color: rgb(141,61,64); }
H1.HeaderClassName
{
color: #8D3D40;
}
.AnyTagClassName
{
color: #8D3D40;
}
</style>
background-color css
<style>
a { background-color: #8D3D40; }
a { background-color: rgb(141,61,64); }
div.DivClassName
{
background-color: #8D3D40;
}
.BgClassName
{
background-color: #8D3D40;
}
</style>
border-color css
<style>
span { border-color: #8D3D40; }
span { border-color: rgb(141,61,64); }
td.TdClassName
{
border-color: #8D3D40;
}
.TagClassName
{
border-color: #8D3D40;
}
</style>