Shades of Milano Red #9E3426
Tints of Milano Red #9E3426
RGB
CMYK
RGB Variations
Color information
#9E3426 (or 0x9E3426) is known color: Milano Red. HEX triplet: 9E, 34 and 26. RGB value is (158,52,38). Sum of RGB (Red+Green+Blue) = 158+52+38=248 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.71% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3426 is #61CBD9. Grayscale: #525252. Windows color (decimal): -6409178 or 2503838. OLE color: 2503838.
HSL color Cylindrical-coordinate representation of color #9E3426: hue angle of 7º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E3426 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 52 | 38 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.38 |
| HSL | 7º | 0.61% | 0.38% | - |
| HSV(B) | 7º | 0.76% | 0.62% | - |
| XYZ | 15.68 | 9.87 | 2.91 | - |
| YUV | 82.1 | 103.12 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 52 | 38 | 0 | 0.67 | 0.76 | 0.38 | 7 | 0.61 | 0.38 |
| Hex | 9E | 34 | 26 | 0 | 43 | 4C | 26 | 7 | 3D | 26 |
| Octal | 236 | 64 | 46 | 0 | 103 | 114 | 46 | 7 | 75 | 46 |
| Binary | 10011110 | 110100 | 100110 | 0 | 1000011 | 1001100 | 100110 | 111 | 111101 | 100110 |
Color Harmonies of #9E3426
Complementary color
Monochromatic Colors of #9E3426
Black with #9E3426
Text Example
Text Example
White with #9E3426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3426; }
p { color: rgb(158,52,38); }
H1.HeaderClassName
{
color: #9E3426;
}
.AnyTagClassName
{
color: #9E3426;
}
</style>
background-color css
<style>
a { background-color: #9E3426; }
a { background-color: rgb(158,52,38); }
div.DivClassName
{
background-color: #9E3426;
}
.BgClassName
{
background-color: #9E3426;
}
</style>
border-color css
<style>
span { border-color: #9E3426; }
span { border-color: rgb(158,52,38); }
td.TdClassName
{
border-color: #9E3426;
}
.TagClassName
{
border-color: #9E3426;
}
</style>