Shades of Milano Red #9F312A
Tints of Milano Red #9F312A
RGB
CMYK
RGB Variations
Color information
#9F312A (or 0x9F312A) is known color: Milano Red. HEX triplet: 9F, 31 and 2A. RGB value is (159,49,42). Sum of RGB (Red+Green+Blue) = 159+49+42=250 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.6% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 159 - color contains mainly: red. Hex color #9F312A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F312A is #60CED5. Grayscale: #515151. Windows color (decimal): -6344406 or 2765215. OLE color: 2765215.
HSL color Cylindrical-coordinate representation of color #9F312A: hue angle of 3.59º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F312A is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 49 | 42 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.38 |
| HSL | 3.59º | 0.58% | 0.39% | - |
| HSV(B) | 3.59º | 0.74% | 0.62% | - |
| XYZ | 15.81 | 9.73 | 3.24 | - |
| YUV | 81.09 | 105.94 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 42 | 0 | 0.69 | 0.74 | 0.38 | 3.59 | 0.58 | 0.39 |
| Hex | 9F | 31 | 2A | 0 | 45 | 4A | 26 | 4 | 3A | 27 |
| Octal | 237 | 61 | 52 | 0 | 105 | 112 | 46 | 4 | 72 | 47 |
| Binary | 10011111 | 110001 | 101010 | 0 | 1000101 | 1001010 | 100110 | 100 | 111010 | 100111 |
Color Harmonies of #9F312A
Complementary color
Monochromatic Colors of #9F312A
Black with #9F312A
Text Example
Text Example
White with #9F312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F312A; }
p { color: rgb(159,49,42); }
H1.HeaderClassName
{
color: #9F312A;
}
.AnyTagClassName
{
color: #9F312A;
}
</style>
background-color css
<style>
a { background-color: #9F312A; }
a { background-color: rgb(159,49,42); }
div.DivClassName
{
background-color: #9F312A;
}
.BgClassName
{
background-color: #9F312A;
}
</style>
border-color css
<style>
span { border-color: #9F312A; }
span { border-color: rgb(159,49,42); }
td.TdClassName
{
border-color: #9F312A;
}
.TagClassName
{
border-color: #9F312A;
}
</style>