Shades of Milano Red #982F2C
Tints of Milano Red #982F2C
RGB
CMYK
RGB Variations
Color information
#982F2C (or 0x982F2C) is known color: Milano Red. HEX triplet: 98, 2F and 2C. RGB value is (152,47,44). Sum of RGB (Red+Green+Blue) = 152+47+44=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #982F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982F2C is #67D0D3. Grayscale: #4E4E4E. Windows color (decimal): -6803668 or 2895768. OLE color: 2895768.
HSL color Cylindrical-coordinate representation of color #982F2C: hue angle of 1.67º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #982F2C is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 47 | 44 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.40 |
| HSL | 1.67º | 0.55% | 0.38% | - |
| HSV(B) | 1.67º | 0.71% | 0.6% | - |
| XYZ | 14.42 | 8.89 | 3.34 | - |
| YUV | 78.05 | 108.79 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 47 | 44 | 0 | 0.69 | 0.71 | 0.40 | 1.67 | 0.55 | 0.38 |
| Hex | 98 | 2F | 2C | 0 | 45 | 47 | 28 | 2 | 37 | 26 |
| Octal | 230 | 57 | 54 | 0 | 105 | 107 | 50 | 2 | 67 | 46 |
| Binary | 10011000 | 101111 | 101100 | 0 | 1000101 | 1000111 | 101000 | 10 | 110111 | 100110 |
Color Harmonies of #982F2C
Complementary color
Monochromatic Colors of #982F2C
Black with #982F2C
Text Example
Text Example
White with #982F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982F2C; }
p { color: rgb(152,47,44); }
H1.HeaderClassName
{
color: #982F2C;
}
.AnyTagClassName
{
color: #982F2C;
}
</style>
background-color css
<style>
a { background-color: #982F2C; }
a { background-color: rgb(152,47,44); }
div.DivClassName
{
background-color: #982F2C;
}
.BgClassName
{
background-color: #982F2C;
}
</style>
border-color css
<style>
span { border-color: #982F2C; }
span { border-color: rgb(152,47,44); }
td.TdClassName
{
border-color: #982F2C;
}
.TagClassName
{
border-color: #982F2C;
}
</style>