Shades of Milano Red #9F3728
Tints of Milano Red #9F3728
RGB
CMYK
RGB Variations
Color information
#9F3728 (or 0x9F3728) is known color: Milano Red. HEX triplet: 9F, 37 and 28. RGB value is (159,55,40). Sum of RGB (Red+Green+Blue) = 159+55+40=254 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.60% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3728 is #60C8D7. Grayscale: #545454. Windows color (decimal): -6342872 or 2635679. OLE color: 2635679.
HSL color Cylindrical-coordinate representation of color #9F3728: hue angle of 7.56º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F3728 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 40 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.38 |
| HSL | 7.56º | 0.6% | 0.39% | - |
| HSV(B) | 7.56º | 0.75% | 0.62% | - |
| XYZ | 16.05 | 10.26 | 3.14 | - |
| YUV | 84.39 | 102.96 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 40 | 0 | 0.65 | 0.75 | 0.38 | 7.56 | 0.6 | 0.39 |
| Hex | 9F | 37 | 28 | 0 | 41 | 4B | 26 | 8 | 3C | 27 |
| Octal | 237 | 67 | 50 | 0 | 101 | 113 | 46 | 10 | 74 | 47 |
| Binary | 10011111 | 110111 | 101000 | 0 | 1000001 | 1001011 | 100110 | 1000 | 111100 | 100111 |
Color Harmonies of #9F3728
Complementary color
Monochromatic Colors of #9F3728
Black with #9F3728
Text Example
Text Example
White with #9F3728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3728; }
p { color: rgb(159,55,40); }
H1.HeaderClassName
{
color: #9F3728;
}
.AnyTagClassName
{
color: #9F3728;
}
</style>
background-color css
<style>
a { background-color: #9F3728; }
a { background-color: rgb(159,55,40); }
div.DivClassName
{
background-color: #9F3728;
}
.BgClassName
{
background-color: #9F3728;
}
</style>
border-color css
<style>
span { border-color: #9F3728; }
span { border-color: rgb(159,55,40); }
td.TdClassName
{
border-color: #9F3728;
}
.TagClassName
{
border-color: #9F3728;
}
</style>