Shades of Stiletto #894244
Tints of Stiletto #894244
RGB
CMYK
RGB Variations
Color information
#894244 (or 0x894244) is known color: Stiletto. HEX triplet: 89, 42 and 44. RGB value is (137,66,68). Sum of RGB (Red+Green+Blue) = 137+66+68=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #894244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894244 is #76BDBB. Grayscale: #575757. Windows color (decimal): -7781820 or 4473481. OLE color: 4473481.
HSL color Cylindrical-coordinate representation of color #894244: hue angle of 358.31º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #894244 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 66 | 68 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.46 |
| HSL | 358.31º | 0.35% | 0.4% | - |
| HSV(B) | 358.31º | 0.52% | 0.54% | - |
| XYZ | 13.31 | 9.63 | 6.63 | - |
| YUV | 87.46 | 117.02 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 66 | 68 | 0 | 0.52 | 0.50 | 0.46 | 358.31 | 0.35 | 0.4 |
| Hex | 89 | 42 | 44 | 0 | 34 | 32 | 2E | 166 | 23 | 28 |
| Octal | 211 | 102 | 104 | 0 | 64 | 62 | 56 | 546 | 43 | 50 |
| Binary | 10001001 | 1000010 | 1000100 | 0 | 110100 | 110010 | 101110 | 101100110 | 100011 | 101000 |
Color Harmonies of #894244
Complementary color
Monochromatic Colors of #894244
Black with #894244
Text Example
Text Example
White with #894244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894244; }
p { color: rgb(137,66,68); }
H1.HeaderClassName
{
color: #894244;
}
.AnyTagClassName
{
color: #894244;
}
</style>
background-color css
<style>
a { background-color: #894244; }
a { background-color: rgb(137,66,68); }
div.DivClassName
{
background-color: #894244;
}
.BgClassName
{
background-color: #894244;
}
</style>
border-color css
<style>
span { border-color: #894244; }
span { border-color: rgb(137,66,68); }
td.TdClassName
{
border-color: #894244;
}
.TagClassName
{
border-color: #894244;
}
</style>