Shades of Stiletto #893B42
Tints of Stiletto #893B42
RGB
CMYK
RGB Variations
Color information
#893B42 (or 0x893B42) is known color: Stiletto. HEX triplet: 89, 3B and 42. RGB value is (137,59,66). Sum of RGB (Red+Green+Blue) = 137+59+66=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #893B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893B42 is #76C4BD. Grayscale: #535353. Windows color (decimal): -7783614 or 4340617. OLE color: 4340617.
HSL color Cylindrical-coordinate representation of color #893B42: hue angle of 354.62º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #893B42 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 59 | 66 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.46 |
| HSL | 354.62º | 0.4% | 0.38% | - |
| HSV(B) | 354.62º | 0.57% | 0.54% | - |
| XYZ | 12.86 | 8.84 | 6.18 | - |
| YUV | 83.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 66 | 0 | 0.57 | 0.52 | 0.46 | 354.62 | 0.4 | 0.38 |
| Hex | 89 | 3B | 42 | 0 | 39 | 34 | 2E | 163 | 28 | 26 |
| Octal | 211 | 73 | 102 | 0 | 71 | 64 | 56 | 543 | 50 | 46 |
| Binary | 10001001 | 111011 | 1000010 | 0 | 111001 | 110100 | 101110 | 101100011 | 101000 | 100110 |
Color Harmonies of #893B42
Complementary color
Monochromatic Colors of #893B42
Black with #893B42
Text Example
Text Example
White with #893B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893B42; }
p { color: rgb(137,59,66); }
H1.HeaderClassName
{
color: #893B42;
}
.AnyTagClassName
{
color: #893B42;
}
</style>
background-color css
<style>
a { background-color: #893B42; }
a { background-color: rgb(137,59,66); }
div.DivClassName
{
background-color: #893B42;
}
.BgClassName
{
background-color: #893B42;
}
</style>
border-color css
<style>
span { border-color: #893B42; }
span { border-color: rgb(137,59,66); }
td.TdClassName
{
border-color: #893B42;
}
.TagClassName
{
border-color: #893B42;
}
</style>