Shades of Stiletto #89393D
Tints of Stiletto #89393D
RGB
CMYK
RGB Variations
Color information
#89393D (or 0x89393D) is known color: Stiletto. HEX triplet: 89, 39 and 3D. RGB value is (137,57,61). Sum of RGB (Red+Green+Blue) = 137+57+61=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #89393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89393D is #76C6C2. Grayscale: #515151. Windows color (decimal): -7784131 or 4012425. OLE color: 4012425.
HSL color Cylindrical-coordinate representation of color #89393D: hue angle of 357º 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 #89393D is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 57 | 61 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.46 |
| HSL | 357º | 0.41% | 0.38% | - |
| HSV(B) | 357º | 0.58% | 0.54% | - |
| XYZ | 12.62 | 8.58 | 5.41 | - |
| YUV | 81.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 57 | 61 | 0 | 0.58 | 0.55 | 0.46 | 357 | 0.41 | 0.38 |
| Hex | 89 | 39 | 3D | 0 | 3A | 37 | 2E | 165 | 29 | 26 |
| Octal | 211 | 71 | 75 | 0 | 72 | 67 | 56 | 545 | 51 | 46 |
| Binary | 10001001 | 111001 | 111101 | 0 | 111010 | 110111 | 101110 | 101100101 | 101001 | 100110 |
Color Harmonies of #89393D
Complementary color
Monochromatic Colors of #89393D
Black with #89393D
Text Example
Text Example
White with #89393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89393D; }
p { color: rgb(137,57,61); }
H1.HeaderClassName
{
color: #89393D;
}
.AnyTagClassName
{
color: #89393D;
}
</style>
background-color css
<style>
a { background-color: #89393D; }
a { background-color: rgb(137,57,61); }
div.DivClassName
{
background-color: #89393D;
}
.BgClassName
{
background-color: #89393D;
}
</style>
border-color css
<style>
span { border-color: #89393D; }
span { border-color: rgb(137,57,61); }
td.TdClassName
{
border-color: #89393D;
}
.TagClassName
{
border-color: #89393D;
}
</style>