Shades of Milano Red #9F3628
Tints of Milano Red #9F3628
RGB
CMYK
RGB Variations
Color information
#9F3628 (or 0x9F3628) is known color: Milano Red. HEX triplet: 9F, 36 and 28. RGB value is (159,54,40). Sum of RGB (Red+Green+Blue) = 159+54+40=253 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.85% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3628 is #60C9D7. Grayscale: #535353. Windows color (decimal): -6343128 or 2635423. OLE color: 2635423.
HSL color Cylindrical-coordinate representation of color #9F3628: hue angle of 7.06º 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 #9F3628 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 40 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.38 |
| HSL | 7.06º | 0.6% | 0.39% | - |
| HSV(B) | 7.06º | 0.75% | 0.62% | - |
| XYZ | 16 | 10.16 | 3.13 | - |
| YUV | 83.8 | 103.29 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 40 | 0 | 0.66 | 0.75 | 0.38 | 7.06 | 0.6 | 0.39 |
| Hex | 9F | 36 | 28 | 0 | 42 | 4B | 26 | 7 | 3C | 27 |
| Octal | 237 | 66 | 50 | 0 | 102 | 113 | 46 | 7 | 74 | 47 |
| Binary | 10011111 | 110110 | 101000 | 0 | 1000010 | 1001011 | 100110 | 111 | 111100 | 100111 |
Color Harmonies of #9F3628
Complementary color
Monochromatic Colors of #9F3628
Black with #9F3628
Text Example
Text Example
White with #9F3628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3628; }
p { color: rgb(159,54,40); }
H1.HeaderClassName
{
color: #9F3628;
}
.AnyTagClassName
{
color: #9F3628;
}
</style>
background-color css
<style>
a { background-color: #9F3628; }
a { background-color: rgb(159,54,40); }
div.DivClassName
{
background-color: #9F3628;
}
.BgClassName
{
background-color: #9F3628;
}
</style>
border-color css
<style>
span { border-color: #9F3628; }
span { border-color: rgb(159,54,40); }
td.TdClassName
{
border-color: #9F3628;
}
.TagClassName
{
border-color: #9F3628;
}
</style>