Shades of Stiletto #944243
Tints of Stiletto #944243
RGB
CMYK
RGB Variations
Color information
#944243 (or 0x944243) is known color: Stiletto. HEX triplet: 94, 42 and 43. RGB value is (148,66,67). Sum of RGB (Red+Green+Blue) = 148+66+67=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #944243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944243 is #6BBDBC. Grayscale: #5A5A5A. Windows color (decimal): -7060925 or 4407956. OLE color: 4407956.
HSL color Cylindrical-coordinate representation of color #944243: hue angle of 359.27º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #944243 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 66 | 67 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.42 |
| HSL | 359.27º | 0.38% | 0.42% | - |
| HSV(B) | 359.27º | 0.55% | 0.58% | - |
| XYZ | 15.17 | 10.6 | 6.56 | - |
| YUV | 90.63 | 114.67 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 66 | 67 | 0 | 0.55 | 0.55 | 0.42 | 359.27 | 0.38 | 0.42 |
| Hex | 94 | 42 | 43 | 0 | 37 | 37 | 2A | 167 | 26 | 2A |
| Octal | 224 | 102 | 103 | 0 | 67 | 67 | 52 | 547 | 46 | 52 |
| Binary | 10010100 | 1000010 | 1000011 | 0 | 110111 | 110111 | 101010 | 101100111 | 100110 | 101010 |
Color Harmonies of #944243
Complementary color
Monochromatic Colors of #944243
Black with #944243
Text Example
Text Example
White with #944243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944243; }
p { color: rgb(148,66,67); }
H1.HeaderClassName
{
color: #944243;
}
.AnyTagClassName
{
color: #944243;
}
</style>
background-color css
<style>
a { background-color: #944243; }
a { background-color: rgb(148,66,67); }
div.DivClassName
{
background-color: #944243;
}
.BgClassName
{
background-color: #944243;
}
</style>
border-color css
<style>
span { border-color: #944243; }
span { border-color: rgb(148,66,67); }
td.TdClassName
{
border-color: #944243;
}
.TagClassName
{
border-color: #944243;
}
</style>