Shades of Milano Red #9F3631
Tints of Milano Red #9F3631
RGB
CMYK
RGB Variations
Color information
#9F3631 (or 0x9F3631) is known color: Milano Red. HEX triplet: 9F, 36 and 31. RGB value is (159,54,49). Sum of RGB (Red+Green+Blue) = 159+54+49=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3631 is #60C9CE. Grayscale: #545454. Windows color (decimal): -6343119 or 3225247. OLE color: 3225247.
HSL color Cylindrical-coordinate representation of color #9F3631: hue angle of 2.73º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F3631 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 49 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.38 |
| HSL | 2.73º | 0.53% | 0.41% | - |
| HSV(B) | 2.73º | 0.69% | 0.62% | - |
| XYZ | 16.17 | 10.23 | 4.03 | - |
| YUV | 84.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 49 | 0 | 0.66 | 0.69 | 0.38 | 2.73 | 0.53 | 0.41 |
| Hex | 9F | 36 | 31 | 0 | 42 | 45 | 26 | 3 | 35 | 29 |
| Octal | 237 | 66 | 61 | 0 | 102 | 105 | 46 | 3 | 65 | 51 |
| Binary | 10011111 | 110110 | 110001 | 0 | 1000010 | 1000101 | 100110 | 11 | 110101 | 101001 |
Color Harmonies of #9F3631
Complementary color
Monochromatic Colors of #9F3631
Black with #9F3631
Text Example
Text Example
White with #9F3631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3631; }
p { color: rgb(159,54,49); }
H1.HeaderClassName
{
color: #9F3631;
}
.AnyTagClassName
{
color: #9F3631;
}
</style>
background-color css
<style>
a { background-color: #9F3631; }
a { background-color: rgb(159,54,49); }
div.DivClassName
{
background-color: #9F3631;
}
.BgClassName
{
background-color: #9F3631;
}
</style>
border-color css
<style>
span { border-color: #9F3631; }
span { border-color: rgb(159,54,49); }
td.TdClassName
{
border-color: #9F3631;
}
.TagClassName
{
border-color: #9F3631;
}
</style>