Shades of Stiletto #893E41
Tints of Stiletto #893E41
RGB
CMYK
RGB Variations
Color information
#893E41 (or 0x893E41) is known color: Stiletto. HEX triplet: 89, 3E and 41. RGB value is (137,62,65). Sum of RGB (Red+Green+Blue) = 137+62+65=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #893E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893E41 is #76C1BE. Grayscale: #545454. Windows color (decimal): -7782847 or 4275849. OLE color: 4275849.
HSL color Cylindrical-coordinate representation of color #893E41: hue angle of 357.6º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #893E41 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 62 | 65 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.46 |
| HSL | 357.6º | 0.38% | 0.39% | - |
| HSV(B) | 357.6º | 0.55% | 0.54% | - |
| XYZ | 12.99 | 9.15 | 6.08 | - |
| YUV | 84.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 62 | 65 | 0 | 0.55 | 0.53 | 0.46 | 357.6 | 0.38 | 0.39 |
| Hex | 89 | 3E | 41 | 0 | 37 | 35 | 2E | 166 | 26 | 27 |
| Octal | 211 | 76 | 101 | 0 | 67 | 65 | 56 | 546 | 46 | 47 |
| Binary | 10001001 | 111110 | 1000001 | 0 | 110111 | 110101 | 101110 | 101100110 | 100110 | 100111 |
Color Harmonies of #893E41
Complementary color
Monochromatic Colors of #893E41
Black with #893E41
Text Example
Text Example
White with #893E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893E41; }
p { color: rgb(137,62,65); }
H1.HeaderClassName
{
color: #893E41;
}
.AnyTagClassName
{
color: #893E41;
}
</style>
background-color css
<style>
a { background-color: #893E41; }
a { background-color: rgb(137,62,65); }
div.DivClassName
{
background-color: #893E41;
}
.BgClassName
{
background-color: #893E41;
}
</style>
border-color css
<style>
span { border-color: #893E41; }
span { border-color: rgb(137,62,65); }
td.TdClassName
{
border-color: #893E41;
}
.TagClassName
{
border-color: #893E41;
}
</style>