Shades of Milano Red #9E3532
Tints of Milano Red #9E3532
RGB
CMYK
RGB Variations
Color information
#9E3532 (or 0x9E3532) is known color: Milano Red. HEX triplet: 9E, 35 and 32. RGB value is (158,53,50). Sum of RGB (Red+Green+Blue) = 158+53+50=261 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.54% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3532 is #61CACD. Grayscale: #545454. Windows color (decimal): -6408910 or 3290526. OLE color: 3290526.
HSL color Cylindrical-coordinate representation of color #9E3532: hue angle of 1.67º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E3532 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 53 | 50 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.38 |
| HSL | 1.67º | 0.52% | 0.41% | - |
| HSV(B) | 1.67º | 0.68% | 0.62% | - |
| XYZ | 15.95 | 10.05 | 4.12 | - |
| YUV | 84.05 | 108.79 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 53 | 50 | 0 | 0.66 | 0.68 | 0.38 | 1.67 | 0.52 | 0.41 |
| Hex | 9E | 35 | 32 | 0 | 42 | 44 | 26 | 2 | 34 | 29 |
| Octal | 236 | 65 | 62 | 0 | 102 | 104 | 46 | 2 | 64 | 51 |
| Binary | 10011110 | 110101 | 110010 | 0 | 1000010 | 1000100 | 100110 | 10 | 110100 | 101001 |
Color Harmonies of #9E3532
Complementary color
Monochromatic Colors of #9E3532
Black with #9E3532
Text Example
Text Example
White with #9E3532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3532; }
p { color: rgb(158,53,50); }
H1.HeaderClassName
{
color: #9E3532;
}
.AnyTagClassName
{
color: #9E3532;
}
</style>
background-color css
<style>
a { background-color: #9E3532; }
a { background-color: rgb(158,53,50); }
div.DivClassName
{
background-color: #9E3532;
}
.BgClassName
{
background-color: #9E3532;
}
</style>
border-color css
<style>
span { border-color: #9E3532; }
span { border-color: rgb(158,53,50); }
td.TdClassName
{
border-color: #9E3532;
}
.TagClassName
{
border-color: #9E3532;
}
</style>