Shades of Milano Red #9D322D
Tints of Milano Red #9D322D
RGB
CMYK
RGB Variations
Color information
#9D322D (or 0x9D322D) is known color: Milano Red. HEX triplet: 9D, 32 and 2D. RGB value is (157,50,45). Sum of RGB (Red+Green+Blue) = 157+50+45=252 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.30% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 157 - color contains mainly: red. Hex color #9D322D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D322D is #62CDD2. Grayscale: #515151. Windows color (decimal): -6475219 or 2962077. OLE color: 2962077.
HSL color Cylindrical-coordinate representation of color #9D322D: hue angle of 2.68º 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 #9D322D is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 50 | 45 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.38 |
| HSL | 2.68º | 0.55% | 0.4% | - |
| HSV(B) | 2.68º | 0.71% | 0.62% | - |
| XYZ | 15.52 | 9.64 | 3.53 | - |
| YUV | 81.42 | 107.45 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 45 | 0 | 0.68 | 0.71 | 0.38 | 2.68 | 0.55 | 0.4 |
| Hex | 9D | 32 | 2D | 0 | 44 | 47 | 26 | 3 | 37 | 28 |
| Octal | 235 | 62 | 55 | 0 | 104 | 107 | 46 | 3 | 67 | 50 |
| Binary | 10011101 | 110010 | 101101 | 0 | 1000100 | 1000111 | 100110 | 11 | 110111 | 101000 |
Color Harmonies of #9D322D
Complementary color
Monochromatic Colors of #9D322D
Black with #9D322D
Text Example
Text Example
White with #9D322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D322D; }
p { color: rgb(157,50,45); }
H1.HeaderClassName
{
color: #9D322D;
}
.AnyTagClassName
{
color: #9D322D;
}
</style>
background-color css
<style>
a { background-color: #9D322D; }
a { background-color: rgb(157,50,45); }
div.DivClassName
{
background-color: #9D322D;
}
.BgClassName
{
background-color: #9D322D;
}
</style>
border-color css
<style>
span { border-color: #9D322D; }
span { border-color: rgb(157,50,45); }
td.TdClassName
{
border-color: #9D322D;
}
.TagClassName
{
border-color: #9D322D;
}
</style>