Shades of Milano Red #993633
Tints of Milano Red #993633
RGB
CMYK
RGB Variations
Color information
#993633 (or 0x993633) is known color: Milano Red. HEX triplet: 99, 36 and 33. RGB value is (153,54,51). Sum of RGB (Red+Green+Blue) = 153+54+51=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #993633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993633 is #66C9CC. Grayscale: #535353. Windows color (decimal): -6736333 or 3356313. OLE color: 3356313.
HSL color Cylindrical-coordinate representation of color #993633: hue angle of 1.76º degrees, saturation: 0.5, 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 #993633 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 54 | 51 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.4 |
| HSL | 1.76º | 0.5% | 0.4% | - |
| HSV(B) | 1.76º | 0.67% | 0.6% | - |
| XYZ | 15.05 | 9.65 | 4.2 | - |
| YUV | 83.26 | 109.8 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 51 | 0 | 0.65 | 0.67 | 0.4 | 1.76 | 0.5 | 0.4 |
| Hex | 99 | 36 | 33 | 0 | 41 | 43 | 28 | 2 | 32 | 28 |
| Octal | 231 | 66 | 63 | 0 | 101 | 103 | 50 | 2 | 62 | 50 |
| Binary | 10011001 | 110110 | 110011 | 0 | 1000001 | 1000011 | 101000 | 10 | 110010 | 101000 |
Color Harmonies of #993633
Complementary color
Monochromatic Colors of #993633
Black with #993633
Text Example
Text Example
White with #993633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993633; }
p { color: rgb(153,54,51); }
H1.HeaderClassName
{
color: #993633;
}
.AnyTagClassName
{
color: #993633;
}
</style>
background-color css
<style>
a { background-color: #993633; }
a { background-color: rgb(153,54,51); }
div.DivClassName
{
background-color: #993633;
}
.BgClassName
{
background-color: #993633;
}
</style>
border-color css
<style>
span { border-color: #993633; }
span { border-color: rgb(153,54,51); }
td.TdClassName
{
border-color: #993633;
}
.TagClassName
{
border-color: #993633;
}
</style>