Shades of Stiletto #89393F
Tints of Stiletto #89393F
RGB
CMYK
RGB Variations
Color information
#89393F (or 0x89393F) is known color: Stiletto. HEX triplet: 89, 39 and 3F. RGB value is (137,57,63). Sum of RGB (Red+Green+Blue) = 137+57+63=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #89393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89393F is #76C6C0. Grayscale: #515151. Windows color (decimal): -7784129 or 4143497. OLE color: 4143497.
HSL color Cylindrical-coordinate representation of color #89393F: hue angle of 355.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #89393F is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 57 | 63 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.46 |
| HSL | 355.5º | 0.41% | 0.38% | - |
| HSV(B) | 355.5º | 0.58% | 0.54% | - |
| XYZ | 12.68 | 8.6 | 5.7 | - |
| YUV | 81.6 | 117.5 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 57 | 63 | 0 | 0.58 | 0.54 | 0.46 | 355.5 | 0.41 | 0.38 |
| Hex | 89 | 39 | 3F | 0 | 3A | 36 | 2E | 164 | 29 | 26 |
| Octal | 211 | 71 | 77 | 0 | 72 | 66 | 56 | 544 | 51 | 46 |
| Binary | 10001001 | 111001 | 111111 | 0 | 111010 | 110110 | 101110 | 101100100 | 101001 | 100110 |
Color Harmonies of #89393F
Complementary color
Monochromatic Colors of #89393F
Black with #89393F
Text Example
Text Example
White with #89393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89393F; }
p { color: rgb(137,57,63); }
H1.HeaderClassName
{
color: #89393F;
}
.AnyTagClassName
{
color: #89393F;
}
</style>
background-color css
<style>
a { background-color: #89393F; }
a { background-color: rgb(137,57,63); }
div.DivClassName
{
background-color: #89393F;
}
.BgClassName
{
background-color: #89393F;
}
</style>
border-color css
<style>
span { border-color: #89393F; }
span { border-color: rgb(137,57,63); }
td.TdClassName
{
border-color: #89393F;
}
.TagClassName
{
border-color: #89393F;
}
</style>