Shades of Milano Red #9F332D
Tints of Milano Red #9F332D
RGB
CMYK
RGB Variations
Color information
#9F332D (or 0x9F332D) is known color: Milano Red. HEX triplet: 9F, 33 and 2D. RGB value is (159,51,45). Sum of RGB (Red+Green+Blue) = 159+51+45=255 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.35% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 159 - color contains mainly: red. Hex color #9F332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F332D is #60CCD2. Grayscale: #525252. Windows color (decimal): -6343891 or 2962335. OLE color: 2962335.
HSL color Cylindrical-coordinate representation of color #9F332D: hue angle of 3.16º 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 #9F332D is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 51 | 45 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.38 |
| HSL | 3.16º | 0.56% | 0.4% | - |
| HSV(B) | 3.16º | 0.72% | 0.62% | - |
| XYZ | 15.96 | 9.93 | 3.56 | - |
| YUV | 82.61 | 106.78 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 51 | 45 | 0 | 0.68 | 0.72 | 0.38 | 3.16 | 0.56 | 0.4 |
| Hex | 9F | 33 | 2D | 0 | 44 | 48 | 26 | 3 | 38 | 28 |
| Octal | 237 | 63 | 55 | 0 | 104 | 110 | 46 | 3 | 70 | 50 |
| Binary | 10011111 | 110011 | 101101 | 0 | 1000100 | 1001000 | 100110 | 11 | 111000 | 101000 |
Color Harmonies of #9F332D
Complementary color
Monochromatic Colors of #9F332D
Black with #9F332D
Text Example
Text Example
White with #9F332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F332D; }
p { color: rgb(159,51,45); }
H1.HeaderClassName
{
color: #9F332D;
}
.AnyTagClassName
{
color: #9F332D;
}
</style>
background-color css
<style>
a { background-color: #9F332D; }
a { background-color: rgb(159,51,45); }
div.DivClassName
{
background-color: #9F332D;
}
.BgClassName
{
background-color: #9F332D;
}
</style>
border-color css
<style>
span { border-color: #9F332D; }
span { border-color: rgb(159,51,45); }
td.TdClassName
{
border-color: #9F332D;
}
.TagClassName
{
border-color: #9F332D;
}
</style>