Shades of Stiletto #934243
Tints of Stiletto #934243
RGB
CMYK
RGB Variations
Color information
#934243 (or 0x934243) is known color: Stiletto. HEX triplet: 93, 42 and 43. RGB value is (147,66,67). Sum of RGB (Red+Green+Blue) = 147+66+67=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #934243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934243 is #6CBDBC. Grayscale: #5A5A5A. Windows color (decimal): -7126461 or 4407955. OLE color: 4407955.
HSL color Cylindrical-coordinate representation of color #934243: hue angle of 359.26º 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 #934243 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 66 | 67 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.42 |
| HSL | 359.26º | 0.38% | 0.42% | - |
| HSV(B) | 359.26º | 0.55% | 0.58% | - |
| XYZ | 14.99 | 10.5 | 6.55 | - |
| YUV | 90.33 | 114.84 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 66 | 67 | 0 | 0.55 | 0.54 | 0.42 | 359.26 | 0.38 | 0.42 |
| Hex | 93 | 42 | 43 | 0 | 37 | 36 | 2A | 167 | 26 | 2A |
| Octal | 223 | 102 | 103 | 0 | 67 | 66 | 52 | 547 | 46 | 52 |
| Binary | 10010011 | 1000010 | 1000011 | 0 | 110111 | 110110 | 101010 | 101100111 | 100110 | 101010 |
Color Harmonies of #934243
Complementary color
Monochromatic Colors of #934243
Black with #934243
Text Example
Text Example
White with #934243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934243; }
p { color: rgb(147,66,67); }
H1.HeaderClassName
{
color: #934243;
}
.AnyTagClassName
{
color: #934243;
}
</style>
background-color css
<style>
a { background-color: #934243; }
a { background-color: rgb(147,66,67); }
div.DivClassName
{
background-color: #934243;
}
.BgClassName
{
background-color: #934243;
}
</style>
border-color css
<style>
span { border-color: #934243; }
span { border-color: rgb(147,66,67); }
td.TdClassName
{
border-color: #934243;
}
.TagClassName
{
border-color: #934243;
}
</style>