Shades of Stiletto #893D40
Tints of Stiletto #893D40
RGB
CMYK
RGB Variations
Color information
#893D40 (or 0x893D40) is known color: Stiletto. HEX triplet: 89, 3D and 40. RGB value is (137,61,64). Sum of RGB (Red+Green+Blue) = 137+61+64=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #893D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893D40 is #76C2BF. Grayscale: #545454. Windows color (decimal): -7783104 or 4210057. OLE color: 4210057.
HSL color Cylindrical-coordinate representation of color #893D40: hue angle of 357.63º 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 #893D40 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 61 | 64 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.46 |
| HSL | 357.63º | 0.38% | 0.39% | - |
| HSV(B) | 357.63º | 0.55% | 0.54% | - |
| XYZ | 12.91 | 9.03 | 5.91 | - |
| YUV | 84.07 | 116.68 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 64 | 0 | 0.55 | 0.53 | 0.46 | 357.63 | 0.38 | 0.39 |
| Hex | 89 | 3D | 40 | 0 | 37 | 35 | 2E | 166 | 26 | 27 |
| Octal | 211 | 75 | 100 | 0 | 67 | 65 | 56 | 546 | 46 | 47 |
| Binary | 10001001 | 111101 | 1000000 | 0 | 110111 | 110101 | 101110 | 101100110 | 100110 | 100111 |
Color Harmonies of #893D40
Complementary color
Monochromatic Colors of #893D40
Black with #893D40
Text Example
Text Example
White with #893D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893D40; }
p { color: rgb(137,61,64); }
H1.HeaderClassName
{
color: #893D40;
}
.AnyTagClassName
{
color: #893D40;
}
</style>
background-color css
<style>
a { background-color: #893D40; }
a { background-color: rgb(137,61,64); }
div.DivClassName
{
background-color: #893D40;
}
.BgClassName
{
background-color: #893D40;
}
</style>
border-color css
<style>
span { border-color: #893D40; }
span { border-color: rgb(137,61,64); }
td.TdClassName
{
border-color: #893D40;
}
.TagClassName
{
border-color: #893D40;
}
</style>