Shades of Stiletto #893A40
Tints of Stiletto #893A40
RGB
CMYK
RGB Variations
Color information
#893A40 (or 0x893A40) is known color: Stiletto. HEX triplet: 89, 3A and 40. RGB value is (137,58,64). Sum of RGB (Red+Green+Blue) = 137+58+64=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #893A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893A40 is #76C5BF. Grayscale: #525252. Windows color (decimal): -7783872 or 4209289. OLE color: 4209289.
HSL color Cylindrical-coordinate representation of color #893A40: hue angle of 355.44º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #893A40 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 58 | 64 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.46 |
| HSL | 355.44º | 0.41% | 0.38% | - |
| HSV(B) | 355.44º | 0.58% | 0.54% | - |
| XYZ | 12.76 | 8.71 | 5.86 | - |
| YUV | 82.31 | 117.67 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 64 | 0 | 0.58 | 0.53 | 0.46 | 355.44 | 0.41 | 0.38 |
| Hex | 89 | 3A | 40 | 0 | 3A | 35 | 2E | 163 | 29 | 26 |
| Octal | 211 | 72 | 100 | 0 | 72 | 65 | 56 | 543 | 51 | 46 |
| Binary | 10001001 | 111010 | 1000000 | 0 | 111010 | 110101 | 101110 | 101100011 | 101001 | 100110 |
Color Harmonies of #893A40
Complementary color
Monochromatic Colors of #893A40
Black with #893A40
Text Example
Text Example
White with #893A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893A40; }
p { color: rgb(137,58,64); }
H1.HeaderClassName
{
color: #893A40;
}
.AnyTagClassName
{
color: #893A40;
}
</style>
background-color css
<style>
a { background-color: #893A40; }
a { background-color: rgb(137,58,64); }
div.DivClassName
{
background-color: #893A40;
}
.BgClassName
{
background-color: #893A40;
}
</style>
border-color css
<style>
span { border-color: #893A40; }
span { border-color: rgb(137,58,64); }
td.TdClassName
{
border-color: #893A40;
}
.TagClassName
{
border-color: #893A40;
}
</style>