Shades of Milano Red #98302F
Tints of Milano Red #98302F
RGB
CMYK
RGB Variations
Color information
#98302F (or 0x98302F) is known color: Milano Red. HEX triplet: 98, 30 and 2F. RGB value is (152,48,47). Sum of RGB (Red+Green+Blue) = 152+48+47=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #98302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98302F is #67CFD0. Grayscale: #4F4F4F. Windows color (decimal): -6803409 or 3092632. OLE color: 3092632.
HSL color Cylindrical-coordinate representation of color #98302F: hue angle of 0.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98302F is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 47 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.40 |
| HSL | 0.57º | 0.53% | 0.39% | - |
| HSV(B) | 0.57º | 0.69% | 0.6% | - |
| XYZ | 14.52 | 8.99 | 3.66 | - |
| YUV | 78.98 | 109.96 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 47 | 0 | 0.68 | 0.69 | 0.40 | 0.57 | 0.53 | 0.39 |
| Hex | 98 | 30 | 2F | 0 | 44 | 45 | 28 | 1 | 35 | 27 |
| Octal | 230 | 60 | 57 | 0 | 104 | 105 | 50 | 1 | 65 | 47 |
| Binary | 10011000 | 110000 | 101111 | 0 | 1000100 | 1000101 | 101000 | 1 | 110101 | 100111 |
Color Harmonies of #98302F
Complementary color
Monochromatic Colors of #98302F
Black with #98302F
Text Example
Text Example
White with #98302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98302F; }
p { color: rgb(152,48,47); }
H1.HeaderClassName
{
color: #98302F;
}
.AnyTagClassName
{
color: #98302F;
}
</style>
background-color css
<style>
a { background-color: #98302F; }
a { background-color: rgb(152,48,47); }
div.DivClassName
{
background-color: #98302F;
}
.BgClassName
{
background-color: #98302F;
}
</style>
border-color css
<style>
span { border-color: #98302F; }
span { border-color: rgb(152,48,47); }
td.TdClassName
{
border-color: #98302F;
}
.TagClassName
{
border-color: #98302F;
}
</style>