Shades of Milano Red #9D3737
Tints of Milano Red #9D3737
RGB
CMYK
RGB Variations
Color information
#9D3737 (or 0x9D3737) is known color: Milano Red. HEX triplet: 9D, 37 and 37. RGB value is (157,55,55). Sum of RGB (Red+Green+Blue) = 157+55+55=267 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.80% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3737 is #62C8C8. Grayscale: #555555. Windows color (decimal): -6473929 or 3618717. OLE color: 3618717.
HSL color Cylindrical-coordinate representation of color #9D3737: hue angle of 0º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9D3737 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 55 | 55 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.38 |
| HSL | 0º | 0.48% | 0.42% | - |
| HSV(B) | 0º | 0.65% | 0.62% | - |
| XYZ | 15.96 | 10.18 | 4.74 | - |
| YUV | 85.5 | 110.79 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 55 | 55 | 0 | 0.65 | 0.65 | 0.38 | 0 | 0.48 | 0.42 |
| Hex | 9D | 37 | 37 | 0 | 41 | 41 | 26 | 0 | 30 | 2A |
| Octal | 235 | 67 | 67 | 0 | 101 | 101 | 46 | 0 | 60 | 52 |
| Binary | 10011101 | 110111 | 110111 | 0 | 1000001 | 1000001 | 100110 | 0 | 110000 | 101010 |
Color Harmonies of #9D3737
Complementary color
Monochromatic Colors of #9D3737
Black with #9D3737
Text Example
Text Example
White with #9D3737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3737; }
p { color: rgb(157,55,55); }
H1.HeaderClassName
{
color: #9D3737;
}
.AnyTagClassName
{
color: #9D3737;
}
</style>
background-color css
<style>
a { background-color: #9D3737; }
a { background-color: rgb(157,55,55); }
div.DivClassName
{
background-color: #9D3737;
}
.BgClassName
{
background-color: #9D3737;
}
</style>
border-color css
<style>
span { border-color: #9D3737; }
span { border-color: rgb(157,55,55); }
td.TdClassName
{
border-color: #9D3737;
}
.TagClassName
{
border-color: #9D3737;
}
</style>