Shades of Milano Red #9F3936
Tints of Milano Red #9F3936
RGB
CMYK
RGB Variations
Color information
#9F3936 (or 0x9F3936) is known color: Milano Red. HEX triplet: 9F, 39 and 36. RGB value is (159,57,54). Sum of RGB (Red+Green+Blue) = 159+57+54=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3936 is #60C6C9. Grayscale: #575757. Windows color (decimal): -6342346 or 3553695. OLE color: 3553695.
HSL color Cylindrical-coordinate representation of color #9F3936: hue angle of 1.71º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F3936 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 57 | 54 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.38 |
| HSL | 1.71º | 0.49% | 0.42% | - |
| HSV(B) | 1.71º | 0.66% | 0.62% | - |
| XYZ | 16.43 | 10.56 | 4.66 | - |
| YUV | 87.16 | 109.29 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 54 | 0 | 0.64 | 0.66 | 0.38 | 1.71 | 0.49 | 0.42 |
| Hex | 9F | 39 | 36 | 0 | 40 | 42 | 26 | 2 | 31 | 2A |
| Octal | 237 | 71 | 66 | 0 | 100 | 102 | 46 | 2 | 61 | 52 |
| Binary | 10011111 | 111001 | 110110 | 0 | 1000000 | 1000010 | 100110 | 10 | 110001 | 101010 |
Color Harmonies of #9F3936
Complementary color
Monochromatic Colors of #9F3936
Black with #9F3936
Text Example
Text Example
White with #9F3936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3936; }
p { color: rgb(159,57,54); }
H1.HeaderClassName
{
color: #9F3936;
}
.AnyTagClassName
{
color: #9F3936;
}
</style>
background-color css
<style>
a { background-color: #9F3936; }
a { background-color: rgb(159,57,54); }
div.DivClassName
{
background-color: #9F3936;
}
.BgClassName
{
background-color: #9F3936;
}
</style>
border-color css
<style>
span { border-color: #9F3936; }
span { border-color: rgb(159,57,54); }
td.TdClassName
{
border-color: #9F3936;
}
.TagClassName
{
border-color: #9F3936;
}
</style>