Shades of Milano Red #993231
Tints of Milano Red #993231
RGB
CMYK
RGB Variations
Color information
#993231 (or 0x993231) is known color: Milano Red. HEX triplet: 99, 32 and 31. RGB value is (153,50,49). Sum of RGB (Red+Green+Blue) = 153+50+49=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #993231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993231 is #66CDCE. Grayscale: #505050. Windows color (decimal): -6737359 or 3224217. OLE color: 3224217.
HSL color Cylindrical-coordinate representation of color #993231: hue angle of 0.58º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993231 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 50 | 49 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.4 |
| HSL | 0.58º | 0.51% | 0.4% | - |
| HSV(B) | 0.58º | 0.68% | 0.6% | - |
| XYZ | 14.83 | 9.28 | 3.91 | - |
| YUV | 80.68 | 110.12 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 50 | 49 | 0 | 0.67 | 0.68 | 0.4 | 0.58 | 0.51 | 0.4 |
| Hex | 99 | 32 | 31 | 0 | 43 | 44 | 28 | 1 | 33 | 28 |
| Octal | 231 | 62 | 61 | 0 | 103 | 104 | 50 | 1 | 63 | 50 |
| Binary | 10011001 | 110010 | 110001 | 0 | 1000011 | 1000100 | 101000 | 1 | 110011 | 101000 |
Color Harmonies of #993231
Complementary color
Monochromatic Colors of #993231
Black with #993231
Text Example
Text Example
White with #993231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993231; }
p { color: rgb(153,50,49); }
H1.HeaderClassName
{
color: #993231;
}
.AnyTagClassName
{
color: #993231;
}
</style>
background-color css
<style>
a { background-color: #993231; }
a { background-color: rgb(153,50,49); }
div.DivClassName
{
background-color: #993231;
}
.BgClassName
{
background-color: #993231;
}
</style>
border-color css
<style>
span { border-color: #993231; }
span { border-color: rgb(153,50,49); }
td.TdClassName
{
border-color: #993231;
}
.TagClassName
{
border-color: #993231;
}
</style>