Shades of Milano Red #9D3328
Tints of Milano Red #9D3328
RGB
CMYK
RGB Variations
Color information
#9D3328 (or 0x9D3328) is known color: Milano Red. HEX triplet: 9D, 33 and 28. RGB value is (157,51,40). Sum of RGB (Red+Green+Blue) = 157+51+40=248 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.31% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3328 is #62CCD7. Grayscale: #515151. Windows color (decimal): -6474968 or 2634653. OLE color: 2634653.
HSL color Cylindrical-coordinate representation of color #9D3328: hue angle of 5.64º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D3328 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 51 | 40 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.38 |
| HSL | 5.64º | 0.59% | 0.39% | - |
| HSV(B) | 5.64º | 0.75% | 0.62% | - |
| XYZ | 15.47 | 9.69 | 3.06 | - |
| YUV | 81.44 | 104.62 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 51 | 40 | 0 | 0.68 | 0.75 | 0.38 | 5.64 | 0.59 | 0.39 |
| Hex | 9D | 33 | 28 | 0 | 44 | 4B | 26 | 6 | 3B | 27 |
| Octal | 235 | 63 | 50 | 0 | 104 | 113 | 46 | 6 | 73 | 47 |
| Binary | 10011101 | 110011 | 101000 | 0 | 1000100 | 1001011 | 100110 | 110 | 111011 | 100111 |
Color Harmonies of #9D3328
Complementary color
Monochromatic Colors of #9D3328
Black with #9D3328
Text Example
Text Example
White with #9D3328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3328; }
p { color: rgb(157,51,40); }
H1.HeaderClassName
{
color: #9D3328;
}
.AnyTagClassName
{
color: #9D3328;
}
</style>
background-color css
<style>
a { background-color: #9D3328; }
a { background-color: rgb(157,51,40); }
div.DivClassName
{
background-color: #9D3328;
}
.BgClassName
{
background-color: #9D3328;
}
</style>
border-color css
<style>
span { border-color: #9D3328; }
span { border-color: rgb(157,51,40); }
td.TdClassName
{
border-color: #9D3328;
}
.TagClassName
{
border-color: #9D3328;
}
</style>