Shades of Milano Red #9B3128
Tints of Milano Red #9B3128
RGB
CMYK
RGB Variations
Color information
#9B3128 (or 0x9B3128) is known color: Milano Red. HEX triplet: 9B, 31 and 28. RGB value is (155,49,40). Sum of RGB (Red+Green+Blue) = 155+49+40=244 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.52% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3128 is #64CED7. Grayscale: #4F4F4F. Windows color (decimal): -6606552 or 2634139. OLE color: 2634139.
HSL color Cylindrical-coordinate representation of color #9B3128: hue angle of 4.7º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B3128 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 49 | 40 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.39 |
| HSL | 4.7º | 0.59% | 0.38% | - |
| HSV(B) | 4.7º | 0.74% | 0.61% | - |
| XYZ | 15 | 9.32 | 3.02 | - |
| YUV | 79.67 | 105.62 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 49 | 40 | 0 | 0.68 | 0.74 | 0.39 | 4.7 | 0.59 | 0.38 |
| Hex | 9B | 31 | 28 | 0 | 44 | 4A | 27 | 5 | 3B | 26 |
| Octal | 233 | 61 | 50 | 0 | 104 | 112 | 47 | 5 | 73 | 46 |
| Binary | 10011011 | 110001 | 101000 | 0 | 1000100 | 1001010 | 100111 | 101 | 111011 | 100110 |
Color Harmonies of #9B3128
Complementary color
Monochromatic Colors of #9B3128
Black with #9B3128
Text Example
Text Example
White with #9B3128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3128; }
p { color: rgb(155,49,40); }
H1.HeaderClassName
{
color: #9B3128;
}
.AnyTagClassName
{
color: #9B3128;
}
</style>
background-color css
<style>
a { background-color: #9B3128; }
a { background-color: rgb(155,49,40); }
div.DivClassName
{
background-color: #9B3128;
}
.BgClassName
{
background-color: #9B3128;
}
</style>
border-color css
<style>
span { border-color: #9B3128; }
span { border-color: rgb(155,49,40); }
td.TdClassName
{
border-color: #9B3128;
}
.TagClassName
{
border-color: #9B3128;
}
</style>