Shades of Milano Red #9F342E
Tints of Milano Red #9F342E
RGB
CMYK
RGB Variations
Color information
#9F342E (or 0x9F342E) is known color: Milano Red. HEX triplet: 9F, 34 and 2E. RGB value is (159,52,46). Sum of RGB (Red+Green+Blue) = 159+52+46=257 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.87% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 159 - color contains mainly: red. Hex color #9F342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F342E is #60CBD1. Grayscale: #535353. Windows color (decimal): -6343634 or 3028127. OLE color: 3028127.
HSL color Cylindrical-coordinate representation of color #9F342E: hue angle of 3.19º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F342E is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 52 | 46 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.38 |
| HSL | 3.19º | 0.55% | 0.4% | - |
| HSV(B) | 3.19º | 0.71% | 0.62% | - |
| XYZ | 16.02 | 10.02 | 3.68 | - |
| YUV | 83.31 | 106.95 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 52 | 46 | 0 | 0.67 | 0.71 | 0.38 | 3.19 | 0.55 | 0.4 |
| Hex | 9F | 34 | 2E | 0 | 43 | 47 | 26 | 3 | 37 | 28 |
| Octal | 237 | 64 | 56 | 0 | 103 | 107 | 46 | 3 | 67 | 50 |
| Binary | 10011111 | 110100 | 101110 | 0 | 1000011 | 1000111 | 100110 | 11 | 110111 | 101000 |
Color Harmonies of #9F342E
Complementary color
Monochromatic Colors of #9F342E
Black with #9F342E
Text Example
Text Example
White with #9F342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F342E; }
p { color: rgb(159,52,46); }
H1.HeaderClassName
{
color: #9F342E;
}
.AnyTagClassName
{
color: #9F342E;
}
</style>
background-color css
<style>
a { background-color: #9F342E; }
a { background-color: rgb(159,52,46); }
div.DivClassName
{
background-color: #9F342E;
}
.BgClassName
{
background-color: #9F342E;
}
</style>
border-color css
<style>
span { border-color: #9F342E; }
span { border-color: rgb(159,52,46); }
td.TdClassName
{
border-color: #9F342E;
}
.TagClassName
{
border-color: #9F342E;
}
</style>