Shades of Milano Red #972F2D
Tints of Milano Red #972F2D
RGB
CMYK
RGB Variations
Color information
#972F2D (or 0x972F2D) is known color: Milano Red. HEX triplet: 97, 2F and 2D. RGB value is (151,47,45). Sum of RGB (Red+Green+Blue) = 151+47+45=243 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.14% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 151 - color contains mainly: red. Hex color #972F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972F2D is #68D0D2. Grayscale: #4D4D4D. Windows color (decimal): -6869203 or 2961303. OLE color: 2961303.
HSL color Cylindrical-coordinate representation of color #972F2D: hue angle of 1.13º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #972F2D is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 47 | 45 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.41 |
| HSL | 1.13º | 0.54% | 0.38% | - |
| HSV(B) | 1.13º | 0.7% | 0.59% | - |
| XYZ | 14.25 | 8.8 | 3.43 | - |
| YUV | 77.87 | 109.46 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 47 | 45 | 0 | 0.69 | 0.70 | 0.41 | 1.13 | 0.54 | 0.38 |
| Hex | 97 | 2F | 2D | 0 | 45 | 46 | 29 | 1 | 36 | 26 |
| Octal | 227 | 57 | 55 | 0 | 105 | 106 | 51 | 1 | 66 | 46 |
| Binary | 10010111 | 101111 | 101101 | 0 | 1000101 | 1000110 | 101001 | 1 | 110110 | 100110 |
Color Harmonies of #972F2D
Complementary color
Monochromatic Colors of #972F2D
Black with #972F2D
Text Example
Text Example
White with #972F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972F2D; }
p { color: rgb(151,47,45); }
H1.HeaderClassName
{
color: #972F2D;
}
.AnyTagClassName
{
color: #972F2D;
}
</style>
background-color css
<style>
a { background-color: #972F2D; }
a { background-color: rgb(151,47,45); }
div.DivClassName
{
background-color: #972F2D;
}
.BgClassName
{
background-color: #972F2D;
}
</style>
border-color css
<style>
span { border-color: #972F2D; }
span { border-color: rgb(151,47,45); }
td.TdClassName
{
border-color: #972F2D;
}
.TagClassName
{
border-color: #972F2D;
}
</style>