Shades of Stiletto #893D44
Tints of Stiletto #893D44
RGB
CMYK
RGB Variations
Color information
#893D44 (or 0x893D44) is known color: Stiletto. HEX triplet: 89, 3D and 44. RGB value is (137,61,68). Sum of RGB (Red+Green+Blue) = 137+61+68=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #893D44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893D44 is #76C2BB. Grayscale: #545454. Windows color (decimal): -7783100 or 4472201. OLE color: 4472201.
HSL color Cylindrical-coordinate representation of color #893D44: hue angle of 354.47º 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 #893D44 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 61 | 68 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.46 |
| HSL | 354.47º | 0.38% | 0.39% | - |
| HSV(B) | 354.47º | 0.55% | 0.54% | - |
| XYZ | 13.03 | 9.07 | 6.53 | - |
| YUV | 84.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 68 | 0 | 0.55 | 0.50 | 0.46 | 354.47 | 0.38 | 0.39 |
| Hex | 89 | 3D | 44 | 0 | 37 | 32 | 2E | 162 | 26 | 27 |
| Octal | 211 | 75 | 104 | 0 | 67 | 62 | 56 | 542 | 46 | 47 |
| Binary | 10001001 | 111101 | 1000100 | 0 | 110111 | 110010 | 101110 | 101100010 | 100110 | 100111 |
Color Harmonies of #893D44
Complementary color
Monochromatic Colors of #893D44
Black with #893D44
Text Example
Text Example
White with #893D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893D44; }
p { color: rgb(137,61,68); }
H1.HeaderClassName
{
color: #893D44;
}
.AnyTagClassName
{
color: #893D44;
}
</style>
background-color css
<style>
a { background-color: #893D44; }
a { background-color: rgb(137,61,68); }
div.DivClassName
{
background-color: #893D44;
}
.BgClassName
{
background-color: #893D44;
}
</style>
border-color css
<style>
span { border-color: #893D44; }
span { border-color: rgb(137,61,68); }
td.TdClassName
{
border-color: #893D44;
}
.TagClassName
{
border-color: #893D44;
}
</style>