Shades of Milano Red #9F3636
Tints of Milano Red #9F3636
RGB
CMYK
RGB Variations
Color information
#9F3636 (or 0x9F3636) is known color: Milano Red. HEX triplet: 9F, 36 and 36. RGB value is (159,54,54). Sum of RGB (Red+Green+Blue) = 159+54+54=267 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.55% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3636 is #60C9C9. Grayscale: #555555. Windows color (decimal): -6343114 or 3552927. OLE color: 3552927.
HSL color Cylindrical-coordinate representation of color #9F3636: hue angle of 0º 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 #9F3636 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 54 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.38 |
| HSL | 0º | 0.49% | 0.42% | - |
| HSV(B) | 0º | 0.66% | 0.62% | - |
| XYZ | 16.28 | 10.28 | 4.62 | - |
| YUV | 85.4 | 110.29 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 54 | 0 | 0.66 | 0.66 | 0.38 | 0 | 0.49 | 0.42 |
| Hex | 9F | 36 | 36 | 0 | 42 | 42 | 26 | 0 | 31 | 2A |
| Octal | 237 | 66 | 66 | 0 | 102 | 102 | 46 | 0 | 61 | 52 |
| Binary | 10011111 | 110110 | 110110 | 0 | 1000010 | 1000010 | 100110 | 0 | 110001 | 101010 |
Color Harmonies of #9F3636
Complementary color
Monochromatic Colors of #9F3636
Black with #9F3636
Text Example
Text Example
White with #9F3636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3636; }
p { color: rgb(159,54,54); }
H1.HeaderClassName
{
color: #9F3636;
}
.AnyTagClassName
{
color: #9F3636;
}
</style>
background-color css
<style>
a { background-color: #9F3636; }
a { background-color: rgb(159,54,54); }
div.DivClassName
{
background-color: #9F3636;
}
.BgClassName
{
background-color: #9F3636;
}
</style>
border-color css
<style>
span { border-color: #9F3636; }
span { border-color: rgb(159,54,54); }
td.TdClassName
{
border-color: #9F3636;
}
.TagClassName
{
border-color: #9F3636;
}
</style>