Shades of Milano Red #993432
Tints of Milano Red #993432
RGB
CMYK
RGB Variations
Color information
#993432 (or 0x993432) is known color: Milano Red. HEX triplet: 99, 34 and 32. RGB value is (153,52,50). Sum of RGB (Red+Green+Blue) = 153+52+50=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #993432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993432 is #66CBCD. Grayscale: #525252. Windows color (decimal): -6736846 or 3290265. OLE color: 3290265.
HSL color Cylindrical-coordinate representation of color #993432: hue angle of 1.17º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993432 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 50 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.4 |
| HSL | 1.17º | 0.51% | 0.4% | - |
| HSV(B) | 1.17º | 0.67% | 0.6% | - |
| XYZ | 14.94 | 9.46 | 4.06 | - |
| YUV | 81.97 | 109.96 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 50 | 0 | 0.66 | 0.67 | 0.4 | 1.17 | 0.51 | 0.4 |
| Hex | 99 | 34 | 32 | 0 | 42 | 43 | 28 | 1 | 33 | 28 |
| Octal | 231 | 64 | 62 | 0 | 102 | 103 | 50 | 1 | 63 | 50 |
| Binary | 10011001 | 110100 | 110010 | 0 | 1000010 | 1000011 | 101000 | 1 | 110011 | 101000 |
Color Harmonies of #993432
Complementary color
Monochromatic Colors of #993432
Black with #993432
Text Example
Text Example
White with #993432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993432; }
p { color: rgb(153,52,50); }
H1.HeaderClassName
{
color: #993432;
}
.AnyTagClassName
{
color: #993432;
}
</style>
background-color css
<style>
a { background-color: #993432; }
a { background-color: rgb(153,52,50); }
div.DivClassName
{
background-color: #993432;
}
.BgClassName
{
background-color: #993432;
}
</style>
border-color css
<style>
span { border-color: #993432; }
span { border-color: rgb(153,52,50); }
td.TdClassName
{
border-color: #993432;
}
.TagClassName
{
border-color: #993432;
}
</style>