Shades of Stiletto #894243
Tints of Stiletto #894243
RGB
CMYK
RGB Variations
Color information
#894243 (or 0x894243) is known color: Stiletto. HEX triplet: 89, 42 and 43. RGB value is (137,66,67). Sum of RGB (Red+Green+Blue) = 137+66+67=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #894243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894243 is #76BDBC. Grayscale: #575757. Windows color (decimal): -7781821 or 4407945. OLE color: 4407945.
HSL color Cylindrical-coordinate representation of color #894243: hue angle of 359.15º 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 #894243 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 66 | 67 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.46 |
| HSL | 359.15º | 0.35% | 0.4% | - |
| HSV(B) | 359.15º | 0.52% | 0.54% | - |
| XYZ | 13.28 | 9.62 | 6.47 | - |
| YUV | 87.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 66 | 67 | 0 | 0.52 | 0.51 | 0.46 | 359.15 | 0.35 | 0.4 |
| Hex | 89 | 42 | 43 | 0 | 34 | 33 | 2E | 167 | 23 | 28 |
| Octal | 211 | 102 | 103 | 0 | 64 | 63 | 56 | 547 | 43 | 50 |
| Binary | 10001001 | 1000010 | 1000011 | 0 | 110100 | 110011 | 101110 | 101100111 | 100011 | 101000 |
Color Harmonies of #894243
Complementary color
Monochromatic Colors of #894243
Black with #894243
Text Example
Text Example
White with #894243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894243; }
p { color: rgb(137,66,67); }
H1.HeaderClassName
{
color: #894243;
}
.AnyTagClassName
{
color: #894243;
}
</style>
background-color css
<style>
a { background-color: #894243; }
a { background-color: rgb(137,66,67); }
div.DivClassName
{
background-color: #894243;
}
.BgClassName
{
background-color: #894243;
}
</style>
border-color css
<style>
span { border-color: #894243; }
span { border-color: rgb(137,66,67); }
td.TdClassName
{
border-color: #894243;
}
.TagClassName
{
border-color: #894243;
}
</style>