Shades of Milano Red #9D352D
Tints of Milano Red #9D352D
RGB
CMYK
RGB Variations
Color information
#9D352D (or 0x9D352D) is known color: Milano Red. HEX triplet: 9D, 35 and 2D. RGB value is (157,53,45). Sum of RGB (Red+Green+Blue) = 157+53+45=255 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.57% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 157 - color contains mainly: red. Hex color #9D352D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D352D is #62CAD2. Grayscale: #535353. Windows color (decimal): -6474451 or 2962845. OLE color: 2962845.
HSL color Cylindrical-coordinate representation of color #9D352D: hue angle of 4.29º 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 #9D352D is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 53 | 45 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.38 |
| HSL | 4.29º | 0.55% | 0.4% | - |
| HSV(B) | 4.29º | 0.71% | 0.62% | - |
| XYZ | 15.65 | 9.9 | 3.57 | - |
| YUV | 83.18 | 106.46 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 53 | 45 | 0 | 0.66 | 0.71 | 0.38 | 4.29 | 0.55 | 0.4 |
| Hex | 9D | 35 | 2D | 0 | 42 | 47 | 26 | 4 | 37 | 28 |
| Octal | 235 | 65 | 55 | 0 | 102 | 107 | 46 | 4 | 67 | 50 |
| Binary | 10011101 | 110101 | 101101 | 0 | 1000010 | 1000111 | 100110 | 100 | 110111 | 101000 |
Color Harmonies of #9D352D
Complementary color
Monochromatic Colors of #9D352D
Black with #9D352D
Text Example
Text Example
White with #9D352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D352D; }
p { color: rgb(157,53,45); }
H1.HeaderClassName
{
color: #9D352D;
}
.AnyTagClassName
{
color: #9D352D;
}
</style>
background-color css
<style>
a { background-color: #9D352D; }
a { background-color: rgb(157,53,45); }
div.DivClassName
{
background-color: #9D352D;
}
.BgClassName
{
background-color: #9D352D;
}
</style>
border-color css
<style>
span { border-color: #9D352D; }
span { border-color: rgb(157,53,45); }
td.TdClassName
{
border-color: #9D352D;
}
.TagClassName
{
border-color: #9D352D;
}
</style>