Shades of Milano Red #9B3733
Tints of Milano Red #9B3733
RGB
CMYK
RGB Variations
Color information
#9B3733 (or 0x9B3733) is known color: Milano Red. HEX triplet: 9B, 37 and 33. RGB value is (155,55,51). Sum of RGB (Red+Green+Blue) = 155+55+51=261 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.39% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3733 is #64C8CC. Grayscale: #545454. Windows color (decimal): -6605005 or 3356571. OLE color: 3356571.
HSL color Cylindrical-coordinate representation of color #9B3733: hue angle of 2.31º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B3733 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 55 | 51 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.39 |
| HSL | 2.31º | 0.5% | 0.4% | - |
| HSV(B) | 2.31º | 0.67% | 0.61% | - |
| XYZ | 15.48 | 9.94 | 4.23 | - |
| YUV | 84.44 | 109.13 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 55 | 51 | 0 | 0.65 | 0.67 | 0.39 | 2.31 | 0.5 | 0.4 |
| Hex | 9B | 37 | 33 | 0 | 41 | 43 | 27 | 2 | 32 | 28 |
| Octal | 233 | 67 | 63 | 0 | 101 | 103 | 47 | 2 | 62 | 50 |
| Binary | 10011011 | 110111 | 110011 | 0 | 1000001 | 1000011 | 100111 | 10 | 110010 | 101000 |
Color Harmonies of #9B3733
Complementary color
Monochromatic Colors of #9B3733
Black with #9B3733
Text Example
Text Example
White with #9B3733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3733; }
p { color: rgb(155,55,51); }
H1.HeaderClassName
{
color: #9B3733;
}
.AnyTagClassName
{
color: #9B3733;
}
</style>
background-color css
<style>
a { background-color: #9B3733; }
a { background-color: rgb(155,55,51); }
div.DivClassName
{
background-color: #9B3733;
}
.BgClassName
{
background-color: #9B3733;
}
</style>
border-color css
<style>
span { border-color: #9B3733; }
span { border-color: rgb(155,55,51); }
td.TdClassName
{
border-color: #9B3733;
}
.TagClassName
{
border-color: #9B3733;
}
</style>