Shades of Stiletto #904143
Tints of Stiletto #904143
RGB
CMYK
RGB Variations
Color information
#904143 (or 0x904143) is known color: Stiletto. HEX triplet: 90, 41 and 43. RGB value is (144,65,67). Sum of RGB (Red+Green+Blue) = 144+65+67=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #904143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904143 is #6FBEBC. Grayscale: #585858. Windows color (decimal): -7323325 or 4407696. OLE color: 4407696.
HSL color Cylindrical-coordinate representation of color #904143: hue angle of 358.48º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #904143 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 67 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.44 |
| HSL | 358.48º | 0.38% | 0.41% | - |
| HSV(B) | 358.48º | 0.55% | 0.56% | - |
| XYZ | 14.41 | 10.12 | 6.5 | - |
| YUV | 88.85 | 115.67 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 67 | 0 | 0.55 | 0.53 | 0.44 | 358.48 | 0.38 | 0.41 |
| Hex | 90 | 41 | 43 | 0 | 37 | 35 | 2C | 166 | 26 | 29 |
| Octal | 220 | 101 | 103 | 0 | 67 | 65 | 54 | 546 | 46 | 51 |
| Binary | 10010000 | 1000001 | 1000011 | 0 | 110111 | 110101 | 101100 | 101100110 | 100110 | 101001 |
Color Harmonies of #904143
Complementary color
Monochromatic Colors of #904143
Black with #904143
Text Example
Text Example
White with #904143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904143; }
p { color: rgb(144,65,67); }
H1.HeaderClassName
{
color: #904143;
}
.AnyTagClassName
{
color: #904143;
}
</style>
background-color css
<style>
a { background-color: #904143; }
a { background-color: rgb(144,65,67); }
div.DivClassName
{
background-color: #904143;
}
.BgClassName
{
background-color: #904143;
}
</style>
border-color css
<style>
span { border-color: #904143; }
span { border-color: rgb(144,65,67); }
td.TdClassName
{
border-color: #904143;
}
.TagClassName
{
border-color: #904143;
}
</style>