Shades of Milano Red #9D3732
Tints of Milano Red #9D3732
RGB
CMYK
RGB Variations
Color information
#9D3732 (or 0x9D3732) is known color: Milano Red. HEX triplet: 9D, 37 and 32. RGB value is (157,55,50). Sum of RGB (Red+Green+Blue) = 157+55+50=262 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.92% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3732 is #62C8CD. Grayscale: #555555. Windows color (decimal): -6473934 or 3291037. OLE color: 3291037.
HSL color Cylindrical-coordinate representation of color #9D3732: hue angle of 2.8º 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 #9D3732 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 55 | 50 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.38 |
| HSL | 2.8º | 0.52% | 0.41% | - |
| HSV(B) | 2.8º | 0.68% | 0.62% | - |
| XYZ | 15.85 | 10.13 | 4.14 | - |
| YUV | 84.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 55 | 50 | 0 | 0.65 | 0.68 | 0.38 | 2.8 | 0.52 | 0.41 |
| Hex | 9D | 37 | 32 | 0 | 41 | 44 | 26 | 3 | 34 | 29 |
| Octal | 235 | 67 | 62 | 0 | 101 | 104 | 46 | 3 | 64 | 51 |
| Binary | 10011101 | 110111 | 110010 | 0 | 1000001 | 1000100 | 100110 | 11 | 110100 | 101001 |
Color Harmonies of #9D3732
Complementary color
Monochromatic Colors of #9D3732
Black with #9D3732
Text Example
Text Example
White with #9D3732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3732; }
p { color: rgb(157,55,50); }
H1.HeaderClassName
{
color: #9D3732;
}
.AnyTagClassName
{
color: #9D3732;
}
</style>
background-color css
<style>
a { background-color: #9D3732; }
a { background-color: rgb(157,55,50); }
div.DivClassName
{
background-color: #9D3732;
}
.BgClassName
{
background-color: #9D3732;
}
</style>
border-color css
<style>
span { border-color: #9D3732; }
span { border-color: rgb(157,55,50); }
td.TdClassName
{
border-color: #9D3732;
}
.TagClassName
{
border-color: #9D3732;
}
</style>