Shades of Milano Red #9E3328
Tints of Milano Red #9E3328
RGB
CMYK
RGB Variations
Color information
#9E3328 (or 0x9E3328) is known color: Milano Red. HEX triplet: 9E, 33 and 28. RGB value is (158,51,40). Sum of RGB (Red+Green+Blue) = 158+51+40=249 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.45% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3328 is #61CCD7. Grayscale: #515151. Windows color (decimal): -6409432 or 2634654. OLE color: 2634654.
HSL color Cylindrical-coordinate representation of color #9E3328: hue angle of 5.59º 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 #9E3328 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 51 | 40 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.38 |
| HSL | 5.59º | 0.6% | 0.39% | - |
| HSV(B) | 5.59º | 0.75% | 0.62% | - |
| XYZ | 15.67 | 9.79 | 3.07 | - |
| YUV | 81.74 | 104.45 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 51 | 40 | 0 | 0.68 | 0.75 | 0.38 | 5.59 | 0.6 | 0.39 |
| Hex | 9E | 33 | 28 | 0 | 44 | 4B | 26 | 6 | 3C | 27 |
| Octal | 236 | 63 | 50 | 0 | 104 | 113 | 46 | 6 | 74 | 47 |
| Binary | 10011110 | 110011 | 101000 | 0 | 1000100 | 1001011 | 100110 | 110 | 111100 | 100111 |
Color Harmonies of #9E3328
Complementary color
Monochromatic Colors of #9E3328
Black with #9E3328
Text Example
Text Example
White with #9E3328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3328; }
p { color: rgb(158,51,40); }
H1.HeaderClassName
{
color: #9E3328;
}
.AnyTagClassName
{
color: #9E3328;
}
</style>
background-color css
<style>
a { background-color: #9E3328; }
a { background-color: rgb(158,51,40); }
div.DivClassName
{
background-color: #9E3328;
}
.BgClassName
{
background-color: #9E3328;
}
</style>
border-color css
<style>
span { border-color: #9E3328; }
span { border-color: rgb(158,51,40); }
td.TdClassName
{
border-color: #9E3328;
}
.TagClassName
{
border-color: #9E3328;
}
</style>