Shades of Milano Red #9F3632
Tints of Milano Red #9F3632
RGB
CMYK
RGB Variations
Color information
#9F3632 (or 0x9F3632) is known color: Milano Red. HEX triplet: 9F, 36 and 32. RGB value is (159,54,50). Sum of RGB (Red+Green+Blue) = 159+54+50=263 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.46% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3632 is #60C9CD. Grayscale: #555555. Windows color (decimal): -6343118 or 3290783. OLE color: 3290783.
HSL color Cylindrical-coordinate representation of color #9F3632: hue angle of 2.2º degrees, saturation: 0.52, 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 #9F3632 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 50 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.38 |
| HSL | 2.2º | 0.52% | 0.41% | - |
| HSV(B) | 2.2º | 0.69% | 0.62% | - |
| XYZ | 16.19 | 10.24 | 4.14 | - |
| YUV | 84.94 | 108.29 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 50 | 0 | 0.66 | 0.69 | 0.38 | 2.2 | 0.52 | 0.41 |
| Hex | 9F | 36 | 32 | 0 | 42 | 45 | 26 | 2 | 34 | 29 |
| Octal | 237 | 66 | 62 | 0 | 102 | 105 | 46 | 2 | 64 | 51 |
| Binary | 10011111 | 110110 | 110010 | 0 | 1000010 | 1000101 | 100110 | 10 | 110100 | 101001 |
Color Harmonies of #9F3632
Complementary color
Monochromatic Colors of #9F3632
Black with #9F3632
Text Example
Text Example
White with #9F3632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3632; }
p { color: rgb(159,54,50); }
H1.HeaderClassName
{
color: #9F3632;
}
.AnyTagClassName
{
color: #9F3632;
}
</style>
background-color css
<style>
a { background-color: #9F3632; }
a { background-color: rgb(159,54,50); }
div.DivClassName
{
background-color: #9F3632;
}
.BgClassName
{
background-color: #9F3632;
}
</style>
border-color css
<style>
span { border-color: #9F3632; }
span { border-color: rgb(159,54,50); }
td.TdClassName
{
border-color: #9F3632;
}
.TagClassName
{
border-color: #9F3632;
}
</style>