Shades of Stiletto #893B3C
Tints of Stiletto #893B3C
RGB
CMYK
RGB Variations
Color information
#893B3C (or 0x893B3C) is known color: Stiletto. HEX triplet: 89, 3B and 3C. RGB value is (137,59,60). Sum of RGB (Red+Green+Blue) = 137+59+60=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #893B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893B3C is #76C4C3. Grayscale: #525252. Windows color (decimal): -7783620 or 3947401. OLE color: 3947401.
HSL color Cylindrical-coordinate representation of color #893B3C: hue angle of 359.23º 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 #893B3C is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 59 | 60 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.46 |
| HSL | 359.23º | 0.4% | 0.38% | - |
| HSV(B) | 359.23º | 0.57% | 0.54% | - |
| XYZ | 12.7 | 8.77 | 5.3 | - |
| YUV | 82.44 | 115.34 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 60 | 0 | 0.57 | 0.56 | 0.46 | 359.23 | 0.4 | 0.38 |
| Hex | 89 | 3B | 3C | 0 | 39 | 38 | 2E | 167 | 28 | 26 |
| Octal | 211 | 73 | 74 | 0 | 71 | 70 | 56 | 547 | 50 | 46 |
| Binary | 10001001 | 111011 | 111100 | 0 | 111001 | 111000 | 101110 | 101100111 | 101000 | 100110 |
Color Harmonies of #893B3C
Complementary color
Monochromatic Colors of #893B3C
Black with #893B3C
Text Example
Text Example
White with #893B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893B3C; }
p { color: rgb(137,59,60); }
H1.HeaderClassName
{
color: #893B3C;
}
.AnyTagClassName
{
color: #893B3C;
}
</style>
background-color css
<style>
a { background-color: #893B3C; }
a { background-color: rgb(137,59,60); }
div.DivClassName
{
background-color: #893B3C;
}
.BgClassName
{
background-color: #893B3C;
}
</style>
border-color css
<style>
span { border-color: #893B3C; }
span { border-color: rgb(137,59,60); }
td.TdClassName
{
border-color: #893B3C;
}
.TagClassName
{
border-color: #893B3C;
}
</style>