Shades of Stiletto #893C40
Tints of Stiletto #893C40
RGB
CMYK
RGB Variations
Color information
#893C40 (or 0x893C40) is known color: Stiletto. HEX triplet: 89, 3C and 40. RGB value is (137,60,64). Sum of RGB (Red+Green+Blue) = 137+60+64=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #893C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893C40 is #76C3BF. Grayscale: #535353. Windows color (decimal): -7783360 or 4209801. OLE color: 4209801.
HSL color Cylindrical-coordinate representation of color #893C40: hue angle of 356.88º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #893C40 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 64 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.46 |
| HSL | 356.88º | 0.39% | 0.39% | - |
| HSV(B) | 356.88º | 0.56% | 0.54% | - |
| XYZ | 12.86 | 8.92 | 5.89 | - |
| YUV | 83.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 64 | 0 | 0.56 | 0.53 | 0.46 | 356.88 | 0.39 | 0.39 |
| Hex | 89 | 3C | 40 | 0 | 38 | 35 | 2E | 165 | 27 | 27 |
| Octal | 211 | 74 | 100 | 0 | 70 | 65 | 56 | 545 | 47 | 47 |
| Binary | 10001001 | 111100 | 1000000 | 0 | 111000 | 110101 | 101110 | 101100101 | 100111 | 100111 |
Color Harmonies of #893C40
Complementary color
Monochromatic Colors of #893C40
Black with #893C40
Text Example
Text Example
White with #893C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C40; }
p { color: rgb(137,60,64); }
H1.HeaderClassName
{
color: #893C40;
}
.AnyTagClassName
{
color: #893C40;
}
</style>
background-color css
<style>
a { background-color: #893C40; }
a { background-color: rgb(137,60,64); }
div.DivClassName
{
background-color: #893C40;
}
.BgClassName
{
background-color: #893C40;
}
</style>
border-color css
<style>
span { border-color: #893C40; }
span { border-color: rgb(137,60,64); }
td.TdClassName
{
border-color: #893C40;
}
.TagClassName
{
border-color: #893C40;
}
</style>