Shades of Milano Red #992F29
Tints of Milano Red #992F29
RGB
CMYK
RGB Variations
Color information
#992F29 (or 0x992F29) is known color: Milano Red. HEX triplet: 99, 2F and 29. RGB value is (153,47,41). Sum of RGB (Red+Green+Blue) = 153+47+41=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #992F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F29 is #66D0D6. Grayscale: #4E4E4E. Windows color (decimal): -6738135 or 2699161. OLE color: 2699161.
HSL color Cylindrical-coordinate representation of color #992F29: hue angle of 3.21º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992F29 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 47 | 41 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.4 |
| HSL | 3.21º | 0.58% | 0.38% | - |
| HSV(B) | 3.21º | 0.73% | 0.6% | - |
| XYZ | 14.55 | 8.97 | 3.06 | - |
| YUV | 78.01 | 107.12 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 41 | 0 | 0.69 | 0.73 | 0.4 | 3.21 | 0.58 | 0.38 |
| Hex | 99 | 2F | 29 | 0 | 45 | 49 | 28 | 3 | 3A | 26 |
| Octal | 231 | 57 | 51 | 0 | 105 | 111 | 50 | 3 | 72 | 46 |
| Binary | 10011001 | 101111 | 101001 | 0 | 1000101 | 1001001 | 101000 | 11 | 111010 | 100110 |
Color Harmonies of #992F29
Complementary color
Monochromatic Colors of #992F29
Black with #992F29
Text Example
Text Example
White with #992F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992F29; }
p { color: rgb(153,47,41); }
H1.HeaderClassName
{
color: #992F29;
}
.AnyTagClassName
{
color: #992F29;
}
</style>
background-color css
<style>
a { background-color: #992F29; }
a { background-color: rgb(153,47,41); }
div.DivClassName
{
background-color: #992F29;
}
.BgClassName
{
background-color: #992F29;
}
</style>
border-color css
<style>
span { border-color: #992F29; }
span { border-color: rgb(153,47,41); }
td.TdClassName
{
border-color: #992F29;
}
.TagClassName
{
border-color: #992F29;
}
</style>