Shades of Milano Red #9F3A34
Tints of Milano Red #9F3A34
RGB
CMYK
RGB Variations
Color information
#9F3A34 (or 0x9F3A34) is known color: Milano Red. HEX triplet: 9F, 3A and 34. RGB value is (159,58,52). Sum of RGB (Red+Green+Blue) = 159+58+52=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3A34 is #60C5CB. Grayscale: #575757. Windows color (decimal): -6342092 or 3422879. OLE color: 3422879.
HSL color Cylindrical-coordinate representation of color #9F3A34: hue angle of 3.36º 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 #9F3A34 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 58 | 52 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.38 |
| HSL | 3.36º | 0.51% | 0.41% | - |
| HSV(B) | 3.36º | 0.67% | 0.62% | - |
| XYZ | 16.43 | 10.64 | 4.44 | - |
| YUV | 87.52 | 107.96 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 58 | 52 | 0 | 0.64 | 0.67 | 0.38 | 3.36 | 0.51 | 0.41 |
| Hex | 9F | 3A | 34 | 0 | 40 | 43 | 26 | 3 | 33 | 29 |
| Octal | 237 | 72 | 64 | 0 | 100 | 103 | 46 | 3 | 63 | 51 |
| Binary | 10011111 | 111010 | 110100 | 0 | 1000000 | 1000011 | 100110 | 11 | 110011 | 101001 |
Color Harmonies of #9F3A34
Complementary color
Monochromatic Colors of #9F3A34
Black with #9F3A34
Text Example
Text Example
White with #9F3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3A34; }
p { color: rgb(159,58,52); }
H1.HeaderClassName
{
color: #9F3A34;
}
.AnyTagClassName
{
color: #9F3A34;
}
</style>
background-color css
<style>
a { background-color: #9F3A34; }
a { background-color: rgb(159,58,52); }
div.DivClassName
{
background-color: #9F3A34;
}
.BgClassName
{
background-color: #9F3A34;
}
</style>
border-color css
<style>
span { border-color: #9F3A34; }
span { border-color: rgb(159,58,52); }
td.TdClassName
{
border-color: #9F3A34;
}
.TagClassName
{
border-color: #9F3A34;
}
</style>