Shades of Milano Red #9B3837
Tints of Milano Red #9B3837
RGB
CMYK
RGB Variations
Color information
#9B3837 (or 0x9B3837) is known color: Milano Red. HEX triplet: 9B, 38 and 37. RGB value is (155,56,55). Sum of RGB (Red+Green+Blue) = 155+56+55=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3837 is #64C7C8. Grayscale: #555555. Windows color (decimal): -6604745 or 3618971. OLE color: 3618971.
HSL color Cylindrical-coordinate representation of color #9B3837: hue angle of 0.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B3837 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 56 | 55 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.39 |
| HSL | 0.6º | 0.48% | 0.41% | - |
| HSV(B) | 0.6º | 0.65% | 0.61% | - |
| XYZ | 15.62 | 10.07 | 4.74 | - |
| YUV | 85.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 56 | 55 | 0 | 0.64 | 0.65 | 0.39 | 0.6 | 0.48 | 0.41 |
| Hex | 9B | 38 | 37 | 0 | 40 | 41 | 27 | 1 | 30 | 29 |
| Octal | 233 | 70 | 67 | 0 | 100 | 101 | 47 | 1 | 60 | 51 |
| Binary | 10011011 | 111000 | 110111 | 0 | 1000000 | 1000001 | 100111 | 1 | 110000 | 101001 |
Color Harmonies of #9B3837
Complementary color
Monochromatic Colors of #9B3837
Black with #9B3837
Text Example
Text Example
White with #9B3837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3837; }
p { color: rgb(155,56,55); }
H1.HeaderClassName
{
color: #9B3837;
}
.AnyTagClassName
{
color: #9B3837;
}
</style>
background-color css
<style>
a { background-color: #9B3837; }
a { background-color: rgb(155,56,55); }
div.DivClassName
{
background-color: #9B3837;
}
.BgClassName
{
background-color: #9B3837;
}
</style>
border-color css
<style>
span { border-color: #9B3837; }
span { border-color: rgb(155,56,55); }
td.TdClassName
{
border-color: #9B3837;
}
.TagClassName
{
border-color: #9B3837;
}
</style>