Shades of Milano Red #98322D
Tints of Milano Red #98322D
RGB
CMYK
RGB Variations
Color information
#98322D (or 0x98322D) is known color: Milano Red. HEX triplet: 98, 32 and 2D. RGB value is (152,50,45). Sum of RGB (Red+Green+Blue) = 152+50+45=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #98322D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98322D is #67CDD2. Grayscale: #505050. Windows color (decimal): -6802899 or 2962072. OLE color: 2962072.
HSL color Cylindrical-coordinate representation of color #98322D: hue angle of 2.8º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98322D is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 45 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.40 |
| HSL | 2.8º | 0.54% | 0.39% | - |
| HSV(B) | 2.8º | 0.7% | 0.6% | - |
| XYZ | 14.56 | 9.15 | 3.48 | - |
| YUV | 79.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 45 | 0 | 0.67 | 0.70 | 0.40 | 2.8 | 0.54 | 0.39 |
| Hex | 98 | 32 | 2D | 0 | 43 | 46 | 28 | 3 | 36 | 27 |
| Octal | 230 | 62 | 55 | 0 | 103 | 106 | 50 | 3 | 66 | 47 |
| Binary | 10011000 | 110010 | 101101 | 0 | 1000011 | 1000110 | 101000 | 11 | 110110 | 100111 |
Color Harmonies of #98322D
Complementary color
Monochromatic Colors of #98322D
Black with #98322D
Text Example
Text Example
White with #98322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98322D; }
p { color: rgb(152,50,45); }
H1.HeaderClassName
{
color: #98322D;
}
.AnyTagClassName
{
color: #98322D;
}
</style>
background-color css
<style>
a { background-color: #98322D; }
a { background-color: rgb(152,50,45); }
div.DivClassName
{
background-color: #98322D;
}
.BgClassName
{
background-color: #98322D;
}
</style>
border-color css
<style>
span { border-color: #98322D; }
span { border-color: rgb(152,50,45); }
td.TdClassName
{
border-color: #98322D;
}
.TagClassName
{
border-color: #98322D;
}
</style>