Shades of Milano Red #982F2B
Tints of Milano Red #982F2B
RGB
CMYK
RGB Variations
Color information
#982F2B (or 0x982F2B) is known color: Milano Red. HEX triplet: 98, 2F and 2B. RGB value is (152,47,43). Sum of RGB (Red+Green+Blue) = 152+47+43=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #982F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982F2B is #67D0D4. Grayscale: #4E4E4E. Windows color (decimal): -6803669 or 2830232. OLE color: 2830232.
HSL color Cylindrical-coordinate representation of color #982F2B: hue angle of 2.2º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #982F2B is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 47 | 43 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.40 |
| HSL | 2.2º | 0.56% | 0.38% | - |
| HSV(B) | 2.2º | 0.72% | 0.6% | - |
| XYZ | 14.4 | 8.88 | 3.24 | - |
| YUV | 77.94 | 108.29 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 47 | 43 | 0 | 0.69 | 0.72 | 0.40 | 2.2 | 0.56 | 0.38 |
| Hex | 98 | 2F | 2B | 0 | 45 | 48 | 28 | 2 | 38 | 26 |
| Octal | 230 | 57 | 53 | 0 | 105 | 110 | 50 | 2 | 70 | 46 |
| Binary | 10011000 | 101111 | 101011 | 0 | 1000101 | 1001000 | 101000 | 10 | 111000 | 100110 |
Color Harmonies of #982F2B
Complementary color
Monochromatic Colors of #982F2B
Black with #982F2B
Text Example
Text Example
White with #982F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982F2B; }
p { color: rgb(152,47,43); }
H1.HeaderClassName
{
color: #982F2B;
}
.AnyTagClassName
{
color: #982F2B;
}
</style>
background-color css
<style>
a { background-color: #982F2B; }
a { background-color: rgb(152,47,43); }
div.DivClassName
{
background-color: #982F2B;
}
.BgClassName
{
background-color: #982F2B;
}
</style>
border-color css
<style>
span { border-color: #982F2B; }
span { border-color: rgb(152,47,43); }
td.TdClassName
{
border-color: #982F2B;
}
.TagClassName
{
border-color: #982F2B;
}
</style>