Shades of Milano Red #9D3D33
Tints of Milano Red #9D3D33
RGB
CMYK
RGB Variations
Color information
#9D3D33 (or 0x9D3D33) is known color: Milano Red. HEX triplet: 9D, 3D and 33. RGB value is (157,61,51). Sum of RGB (Red+Green+Blue) = 157+61+51=269 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.36% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3D33 is #62C2CC. Grayscale: #585858. Windows color (decimal): -6472397 or 3358109. OLE color: 3358109.
HSL color Cylindrical-coordinate representation of color #9D3D33: hue angle of 5.66º degrees, saturation: 0.51, 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 #9D3D33 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 61 | 51 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.38 |
| HSL | 5.66º | 0.51% | 0.41% | - |
| HSV(B) | 5.66º | 0.68% | 0.62% | - |
| XYZ | 16.17 | 10.74 | 4.35 | - |
| YUV | 88.56 | 106.8 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 61 | 51 | 0 | 0.61 | 0.68 | 0.38 | 5.66 | 0.51 | 0.41 |
| Hex | 9D | 3D | 33 | 0 | 3D | 44 | 26 | 6 | 33 | 29 |
| Octal | 235 | 75 | 63 | 0 | 75 | 104 | 46 | 6 | 63 | 51 |
| Binary | 10011101 | 111101 | 110011 | 0 | 111101 | 1000100 | 100110 | 110 | 110011 | 101001 |
Color Harmonies of #9D3D33
Complementary color
Monochromatic Colors of #9D3D33
Black with #9D3D33
Text Example
Text Example
White with #9D3D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3D33; }
p { color: rgb(157,61,51); }
H1.HeaderClassName
{
color: #9D3D33;
}
.AnyTagClassName
{
color: #9D3D33;
}
</style>
background-color css
<style>
a { background-color: #9D3D33; }
a { background-color: rgb(157,61,51); }
div.DivClassName
{
background-color: #9D3D33;
}
.BgClassName
{
background-color: #9D3D33;
}
</style>
border-color css
<style>
span { border-color: #9D3D33; }
span { border-color: rgb(157,61,51); }
td.TdClassName
{
border-color: #9D3D33;
}
.TagClassName
{
border-color: #9D3D33;
}
</style>