Shades of Stiletto #893D46
Tints of Stiletto #893D46
RGB
CMYK
RGB Variations
Color information
#893D46 (or 0x893D46) is known color: Stiletto. HEX triplet: 89, 3D and 46. RGB value is (137,61,70). Sum of RGB (Red+Green+Blue) = 137+61+70=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #893D46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893D46 is #76C2B9. Grayscale: #545454. Windows color (decimal): -7783098 or 4603273. OLE color: 4603273.
HSL color Cylindrical-coordinate representation of color #893D46: hue angle of 352.89º 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 #893D46 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 61 | 70 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.46 |
| HSL | 352.89º | 0.38% | 0.39% | - |
| HSV(B) | 352.89º | 0.55% | 0.54% | - |
| XYZ | 13.09 | 9.1 | 6.86 | - |
| YUV | 84.75 | 119.68 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 70 | 0 | 0.55 | 0.49 | 0.46 | 352.89 | 0.38 | 0.39 |
| Hex | 89 | 3D | 46 | 0 | 37 | 31 | 2E | 161 | 26 | 27 |
| Octal | 211 | 75 | 106 | 0 | 67 | 61 | 56 | 541 | 46 | 47 |
| Binary | 10001001 | 111101 | 1000110 | 0 | 110111 | 110001 | 101110 | 101100001 | 100110 | 100111 |
Color Harmonies of #893D46
Complementary color
Monochromatic Colors of #893D46
Black with #893D46
Text Example
Text Example
White with #893D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893D46; }
p { color: rgb(137,61,70); }
H1.HeaderClassName
{
color: #893D46;
}
.AnyTagClassName
{
color: #893D46;
}
</style>
background-color css
<style>
a { background-color: #893D46; }
a { background-color: rgb(137,61,70); }
div.DivClassName
{
background-color: #893D46;
}
.BgClassName
{
background-color: #893D46;
}
</style>
border-color css
<style>
span { border-color: #893D46; }
span { border-color: rgb(137,61,70); }
td.TdClassName
{
border-color: #893D46;
}
.TagClassName
{
border-color: #893D46;
}
</style>