Shades of Stiletto #924144
Tints of Stiletto #924144
RGB
CMYK
RGB Variations
Color information
#924144 (or 0x924144) is known color: Stiletto. HEX triplet: 92, 41 and 44. RGB value is (146,65,68). Sum of RGB (Red+Green+Blue) = 146+65+68=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #924144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924144 is #6DBEBB. Grayscale: #595959. Windows color (decimal): -7192252 or 4473234. OLE color: 4473234.
HSL color Cylindrical-coordinate representation of color #924144: hue angle of 357.78º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #924144 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 65 | 68 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.43 |
| HSL | 357.78º | 0.38% | 0.41% | - |
| HSV(B) | 357.78º | 0.55% | 0.57% | - |
| XYZ | 14.79 | 10.31 | 6.68 | - |
| YUV | 89.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 65 | 68 | 0 | 0.55 | 0.53 | 0.43 | 357.78 | 0.38 | 0.41 |
| Hex | 92 | 41 | 44 | 0 | 37 | 35 | 2B | 166 | 26 | 29 |
| Octal | 222 | 101 | 104 | 0 | 67 | 65 | 53 | 546 | 46 | 51 |
| Binary | 10010010 | 1000001 | 1000100 | 0 | 110111 | 110101 | 101011 | 101100110 | 100110 | 101001 |
Color Harmonies of #924144
Complementary color
Monochromatic Colors of #924144
Black with #924144
Text Example
Text Example
White with #924144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924144; }
p { color: rgb(146,65,68); }
H1.HeaderClassName
{
color: #924144;
}
.AnyTagClassName
{
color: #924144;
}
</style>
background-color css
<style>
a { background-color: #924144; }
a { background-color: rgb(146,65,68); }
div.DivClassName
{
background-color: #924144;
}
.BgClassName
{
background-color: #924144;
}
</style>
border-color css
<style>
span { border-color: #924144; }
span { border-color: rgb(146,65,68); }
td.TdClassName
{
border-color: #924144;
}
.TagClassName
{
border-color: #924144;
}
</style>