Shades of Milano Red #9F342A
Tints of Milano Red #9F342A
RGB
CMYK
RGB Variations
Color information
#9F342A (or 0x9F342A) is known color: Milano Red. HEX triplet: 9F, 34 and 2A. RGB value is (159,52,42). Sum of RGB (Red+Green+Blue) = 159+52+42=253 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.85% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 159 - color contains mainly: red. Hex color #9F342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F342A is #60CBD5. Grayscale: #535353. Windows color (decimal): -6343638 or 2765983. OLE color: 2765983.
HSL color Cylindrical-coordinate representation of color #9F342A: hue angle of 5.13º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F342A is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 52 | 42 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.38 |
| HSL | 5.13º | 0.58% | 0.39% | - |
| HSV(B) | 5.13º | 0.74% | 0.62% | - |
| XYZ | 15.94 | 9.99 | 3.28 | - |
| YUV | 82.85 | 104.95 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 52 | 42 | 0 | 0.67 | 0.74 | 0.38 | 5.13 | 0.58 | 0.39 |
| Hex | 9F | 34 | 2A | 0 | 43 | 4A | 26 | 5 | 3A | 27 |
| Octal | 237 | 64 | 52 | 0 | 103 | 112 | 46 | 5 | 72 | 47 |
| Binary | 10011111 | 110100 | 101010 | 0 | 1000011 | 1001010 | 100110 | 101 | 111010 | 100111 |
Color Harmonies of #9F342A
Complementary color
Monochromatic Colors of #9F342A
Black with #9F342A
Text Example
Text Example
White with #9F342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F342A; }
p { color: rgb(159,52,42); }
H1.HeaderClassName
{
color: #9F342A;
}
.AnyTagClassName
{
color: #9F342A;
}
</style>
background-color css
<style>
a { background-color: #9F342A; }
a { background-color: rgb(159,52,42); }
div.DivClassName
{
background-color: #9F342A;
}
.BgClassName
{
background-color: #9F342A;
}
</style>
border-color css
<style>
span { border-color: #9F342A; }
span { border-color: rgb(159,52,42); }
td.TdClassName
{
border-color: #9F342A;
}
.TagClassName
{
border-color: #9F342A;
}
</style>