Shades of Stiletto #893D41
Tints of Stiletto #893D41
RGB
CMYK
RGB Variations
Color information
#893D41 (or 0x893D41) is known color: Stiletto. HEX triplet: 89, 3D and 41. RGB value is (137,61,65). Sum of RGB (Red+Green+Blue) = 137+61+65=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #893D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893D41 is #76C2BE. Grayscale: #545454. Windows color (decimal): -7783103 or 4275593. OLE color: 4275593.
HSL color Cylindrical-coordinate representation of color #893D41: hue angle of 356.84º 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 #893D41 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 61 | 65 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.46 |
| HSL | 356.84º | 0.38% | 0.39% | - |
| HSV(B) | 356.84º | 0.55% | 0.54% | - |
| XYZ | 12.94 | 9.04 | 6.06 | - |
| YUV | 84.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 65 | 0 | 0.55 | 0.53 | 0.46 | 356.84 | 0.38 | 0.39 |
| Hex | 89 | 3D | 41 | 0 | 37 | 35 | 2E | 165 | 26 | 27 |
| Octal | 211 | 75 | 101 | 0 | 67 | 65 | 56 | 545 | 46 | 47 |
| Binary | 10001001 | 111101 | 1000001 | 0 | 110111 | 110101 | 101110 | 101100101 | 100110 | 100111 |
Color Harmonies of #893D41
Complementary color
Monochromatic Colors of #893D41
Black with #893D41
Text Example
Text Example
White with #893D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893D41; }
p { color: rgb(137,61,65); }
H1.HeaderClassName
{
color: #893D41;
}
.AnyTagClassName
{
color: #893D41;
}
</style>
background-color css
<style>
a { background-color: #893D41; }
a { background-color: rgb(137,61,65); }
div.DivClassName
{
background-color: #893D41;
}
.BgClassName
{
background-color: #893D41;
}
</style>
border-color css
<style>
span { border-color: #893D41; }
span { border-color: rgb(137,61,65); }
td.TdClassName
{
border-color: #893D41;
}
.TagClassName
{
border-color: #893D41;
}
</style>