Shades of Milano Red #9F392D
Tints of Milano Red #9F392D
RGB
CMYK
RGB Variations
Color information
#9F392D (or 0x9F392D) is known color: Milano Red. HEX triplet: 9F, 39 and 2D. RGB value is (159,57,45). Sum of RGB (Red+Green+Blue) = 159+57+45=261 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.92% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 159 - color contains mainly: red. Hex color #9F392D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F392D is #60C6D2. Grayscale: #565656. Windows color (decimal): -6342355 or 2963871. OLE color: 2963871.
HSL color Cylindrical-coordinate representation of color #9F392D: hue angle of 6.32º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F392D is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 57 | 45 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.38 |
| HSL | 6.32º | 0.56% | 0.4% | - |
| HSV(B) | 6.32º | 0.72% | 0.62% | - |
| XYZ | 16.23 | 10.49 | 3.65 | - |
| YUV | 86.13 | 104.79 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 45 | 0 | 0.64 | 0.72 | 0.38 | 6.32 | 0.56 | 0.4 |
| Hex | 9F | 39 | 2D | 0 | 40 | 48 | 26 | 6 | 38 | 28 |
| Octal | 237 | 71 | 55 | 0 | 100 | 110 | 46 | 6 | 70 | 50 |
| Binary | 10011111 | 111001 | 101101 | 0 | 1000000 | 1001000 | 100110 | 110 | 111000 | 101000 |
Color Harmonies of #9F392D
Complementary color
Monochromatic Colors of #9F392D
Black with #9F392D
Text Example
Text Example
White with #9F392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F392D; }
p { color: rgb(159,57,45); }
H1.HeaderClassName
{
color: #9F392D;
}
.AnyTagClassName
{
color: #9F392D;
}
</style>
background-color css
<style>
a { background-color: #9F392D; }
a { background-color: rgb(159,57,45); }
div.DivClassName
{
background-color: #9F392D;
}
.BgClassName
{
background-color: #9F392D;
}
</style>
border-color css
<style>
span { border-color: #9F392D; }
span { border-color: rgb(159,57,45); }
td.TdClassName
{
border-color: #9F392D;
}
.TagClassName
{
border-color: #9F392D;
}
</style>