Shades of Milano Red #9D322E
Tints of Milano Red #9D322E
RGB
CMYK
RGB Variations
Color information
#9D322E (or 0x9D322E) is known color: Milano Red. HEX triplet: 9D, 32 and 2E. RGB value is (157,50,46). Sum of RGB (Red+Green+Blue) = 157+50+46=253 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.06% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 157 - color contains mainly: red. Hex color #9D322E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D322E is #62CDD1. Grayscale: #515151. Windows color (decimal): -6475218 or 3027613. OLE color: 3027613.
HSL color Cylindrical-coordinate representation of color #9D322E: hue angle of 2.16º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D322E is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 50 | 46 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.38 |
| HSL | 2.16º | 0.55% | 0.4% | - |
| HSV(B) | 2.16º | 0.71% | 0.62% | - |
| XYZ | 15.54 | 9.65 | 3.63 | - |
| YUV | 81.54 | 107.95 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 46 | 0 | 0.68 | 0.71 | 0.38 | 2.16 | 0.55 | 0.4 |
| Hex | 9D | 32 | 2E | 0 | 44 | 47 | 26 | 2 | 37 | 28 |
| Octal | 235 | 62 | 56 | 0 | 104 | 107 | 46 | 2 | 67 | 50 |
| Binary | 10011101 | 110010 | 101110 | 0 | 1000100 | 1000111 | 100110 | 10 | 110111 | 101000 |
Color Harmonies of #9D322E
Complementary color
Monochromatic Colors of #9D322E
Black with #9D322E
Text Example
Text Example
White with #9D322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D322E; }
p { color: rgb(157,50,46); }
H1.HeaderClassName
{
color: #9D322E;
}
.AnyTagClassName
{
color: #9D322E;
}
</style>
background-color css
<style>
a { background-color: #9D322E; }
a { background-color: rgb(157,50,46); }
div.DivClassName
{
background-color: #9D322E;
}
.BgClassName
{
background-color: #9D322E;
}
</style>
border-color css
<style>
span { border-color: #9D322E; }
span { border-color: rgb(157,50,46); }
td.TdClassName
{
border-color: #9D322E;
}
.TagClassName
{
border-color: #9D322E;
}
</style>