Shades of Milano Red #9F3734
Tints of Milano Red #9F3734
RGB
CMYK
RGB Variations
Color information
#9F3734 (or 0x9F3734) is known color: Milano Red. HEX triplet: 9F, 37 and 34. RGB value is (159,55,52). Sum of RGB (Red+Green+Blue) = 159+55+52=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3734 is #60C8CB. Grayscale: #555555. Windows color (decimal): -6342860 or 3422111. OLE color: 3422111.
HSL color Cylindrical-coordinate representation of color #9F3734: hue angle of 1.68º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F3734 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 52 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.38 |
| HSL | 1.68º | 0.51% | 0.41% | - |
| HSV(B) | 1.68º | 0.67% | 0.62% | - |
| XYZ | 16.28 | 10.35 | 4.39 | - |
| YUV | 85.75 | 108.96 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 52 | 0 | 0.65 | 0.67 | 0.38 | 1.68 | 0.51 | 0.41 |
| Hex | 9F | 37 | 34 | 0 | 41 | 43 | 26 | 2 | 33 | 29 |
| Octal | 237 | 67 | 64 | 0 | 101 | 103 | 46 | 2 | 63 | 51 |
| Binary | 10011111 | 110111 | 110100 | 0 | 1000001 | 1000011 | 100110 | 10 | 110011 | 101001 |
Color Harmonies of #9F3734
Complementary color
Monochromatic Colors of #9F3734
Black with #9F3734
Text Example
Text Example
White with #9F3734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3734; }
p { color: rgb(159,55,52); }
H1.HeaderClassName
{
color: #9F3734;
}
.AnyTagClassName
{
color: #9F3734;
}
</style>
background-color css
<style>
a { background-color: #9F3734; }
a { background-color: rgb(159,55,52); }
div.DivClassName
{
background-color: #9F3734;
}
.BgClassName
{
background-color: #9F3734;
}
</style>
border-color css
<style>
span { border-color: #9F3734; }
span { border-color: rgb(159,55,52); }
td.TdClassName
{
border-color: #9F3734;
}
.TagClassName
{
border-color: #9F3734;
}
</style>