Shades of Stiletto #8B3A40
Tints of Stiletto #8B3A40
RGB
CMYK
RGB Variations
Color information
#8B3A40 (or 0x8B3A40) is known color: Stiletto. HEX triplet: 8B, 3A and 40. RGB value is (139,58,64). Sum of RGB (Red+Green+Blue) = 139+58+64=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3A40 is #74C5BF. Grayscale: #525252. Windows color (decimal): -7652800 or 4209291. OLE color: 4209291.
HSL color Cylindrical-coordinate representation of color #8B3A40: hue angle of 355.56º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B3A40 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 58 | 64 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.45 |
| HSL | 355.56º | 0.41% | 0.39% | - |
| HSV(B) | 355.56º | 0.58% | 0.55% | - |
| XYZ | 13.09 | 8.89 | 5.88 | - |
| YUV | 82.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 58 | 64 | 0 | 0.58 | 0.54 | 0.45 | 355.56 | 0.41 | 0.39 |
| Hex | 8B | 3A | 40 | 0 | 3A | 36 | 2D | 164 | 29 | 27 |
| Octal | 213 | 72 | 100 | 0 | 72 | 66 | 55 | 544 | 51 | 47 |
| Binary | 10001011 | 111010 | 1000000 | 0 | 111010 | 110110 | 101101 | 101100100 | 101001 | 100111 |
Color Harmonies of #8B3A40
Complementary color
Monochromatic Colors of #8B3A40
Black with #8B3A40
Text Example
Text Example
White with #8B3A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3A40; }
p { color: rgb(139,58,64); }
H1.HeaderClassName
{
color: #8B3A40;
}
.AnyTagClassName
{
color: #8B3A40;
}
</style>
background-color css
<style>
a { background-color: #8B3A40; }
a { background-color: rgb(139,58,64); }
div.DivClassName
{
background-color: #8B3A40;
}
.BgClassName
{
background-color: #8B3A40;
}
</style>
border-color css
<style>
span { border-color: #8B3A40; }
span { border-color: rgb(139,58,64); }
td.TdClassName
{
border-color: #8B3A40;
}
.TagClassName
{
border-color: #8B3A40;
}
</style>