Shades of Milano Red #9E3128
Tints of Milano Red #9E3128
RGB
CMYK
RGB Variations
Color information
#9E3128 (or 0x9E3128) is known color: Milano Red. HEX triplet: 9E, 31 and 28. RGB value is (158,49,40). Sum of RGB (Red+Green+Blue) = 158+49+40=247 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.97% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3128 is #61CED7. Grayscale: #505050. Windows color (decimal): -6409944 or 2634142. OLE color: 2634142.
HSL color Cylindrical-coordinate representation of color #9E3128: hue angle of 4.58º 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 #9E3128 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 49 | 40 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.38 |
| HSL | 4.58º | 0.6% | 0.39% | - |
| HSV(B) | 4.58º | 0.75% | 0.62% | - |
| XYZ | 15.58 | 9.62 | 3.04 | - |
| YUV | 80.57 | 105.11 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 49 | 40 | 0 | 0.69 | 0.75 | 0.38 | 4.58 | 0.6 | 0.39 |
| Hex | 9E | 31 | 28 | 0 | 45 | 4B | 26 | 5 | 3C | 27 |
| Octal | 236 | 61 | 50 | 0 | 105 | 113 | 46 | 5 | 74 | 47 |
| Binary | 10011110 | 110001 | 101000 | 0 | 1000101 | 1001011 | 100110 | 101 | 111100 | 100111 |
Color Harmonies of #9E3128
Complementary color
Monochromatic Colors of #9E3128
Black with #9E3128
Text Example
Text Example
White with #9E3128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3128; }
p { color: rgb(158,49,40); }
H1.HeaderClassName
{
color: #9E3128;
}
.AnyTagClassName
{
color: #9E3128;
}
</style>
background-color css
<style>
a { background-color: #9E3128; }
a { background-color: rgb(158,49,40); }
div.DivClassName
{
background-color: #9E3128;
}
.BgClassName
{
background-color: #9E3128;
}
</style>
border-color css
<style>
span { border-color: #9E3128; }
span { border-color: rgb(158,49,40); }
td.TdClassName
{
border-color: #9E3128;
}
.TagClassName
{
border-color: #9E3128;
}
</style>