Shades of Milano Red #9F382E
Tints of Milano Red #9F382E
RGB
CMYK
RGB Variations
Color information
#9F382E (or 0x9F382E) is known color: Milano Red. HEX triplet: 9F, 38 and 2E. RGB value is (159,56,46). Sum of RGB (Red+Green+Blue) = 159+56+46=261 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.92% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 159 - color contains mainly: red. Hex color #9F382E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F382E is #60C7D1. Grayscale: #555555. Windows color (decimal): -6342610 or 3029151. OLE color: 3029151.
HSL color Cylindrical-coordinate representation of color #9F382E: hue angle of 5.31º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F382E is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 56 | 46 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.38 |
| HSL | 5.31º | 0.55% | 0.4% | - |
| HSV(B) | 5.31º | 0.71% | 0.62% | - |
| XYZ | 16.21 | 10.4 | 3.74 | - |
| YUV | 85.66 | 105.62 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 56 | 46 | 0 | 0.65 | 0.71 | 0.38 | 5.31 | 0.55 | 0.4 |
| Hex | 9F | 38 | 2E | 0 | 41 | 47 | 26 | 5 | 37 | 28 |
| Octal | 237 | 70 | 56 | 0 | 101 | 107 | 46 | 5 | 67 | 50 |
| Binary | 10011111 | 111000 | 101110 | 0 | 1000001 | 1000111 | 100110 | 101 | 110111 | 101000 |
Color Harmonies of #9F382E
Complementary color
Monochromatic Colors of #9F382E
Black with #9F382E
Text Example
Text Example
White with #9F382E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F382E; }
p { color: rgb(159,56,46); }
H1.HeaderClassName
{
color: #9F382E;
}
.AnyTagClassName
{
color: #9F382E;
}
</style>
background-color css
<style>
a { background-color: #9F382E; }
a { background-color: rgb(159,56,46); }
div.DivClassName
{
background-color: #9F382E;
}
.BgClassName
{
background-color: #9F382E;
}
</style>
border-color css
<style>
span { border-color: #9F382E; }
span { border-color: rgb(159,56,46); }
td.TdClassName
{
border-color: #9F382E;
}
.TagClassName
{
border-color: #9F382E;
}
</style>