Shades of Milano Red #993737
Tints of Milano Red #993737
RGB
CMYK
RGB Variations
Color information
#993737 (or 0x993737) is known color: Milano Red. HEX triplet: 99, 37 and 37. RGB value is (153,55,55). Sum of RGB (Red+Green+Blue) = 153+55+55=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #993737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993737 is #66C8C8. Grayscale: #545454. Windows color (decimal): -6736073 or 3618713. OLE color: 3618713.
HSL color Cylindrical-coordinate representation of color #993737: hue angle of 0º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #993737 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 55 | 55 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.4 |
| HSL | 0º | 0.47% | 0.41% | - |
| HSV(B) | 0º | 0.64% | 0.6% | - |
| XYZ | 15.19 | 9.78 | 4.7 | - |
| YUV | 84.3 | 111.47 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 55 | 0 | 0.64 | 0.64 | 0.4 | 0 | 0.47 | 0.41 |
| Hex | 99 | 37 | 37 | 0 | 40 | 40 | 28 | 0 | 2F | 29 |
| Octal | 231 | 67 | 67 | 0 | 100 | 100 | 50 | 0 | 57 | 51 |
| Binary | 10011001 | 110111 | 110111 | 0 | 1000000 | 1000000 | 101000 | 0 | 101111 | 101001 |
Color Harmonies of #993737
Complementary color
Monochromatic Colors of #993737
Black with #993737
Text Example
Text Example
White with #993737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993737; }
p { color: rgb(153,55,55); }
H1.HeaderClassName
{
color: #993737;
}
.AnyTagClassName
{
color: #993737;
}
</style>
background-color css
<style>
a { background-color: #993737; }
a { background-color: rgb(153,55,55); }
div.DivClassName
{
background-color: #993737;
}
.BgClassName
{
background-color: #993737;
}
</style>
border-color css
<style>
span { border-color: #993737; }
span { border-color: rgb(153,55,55); }
td.TdClassName
{
border-color: #993737;
}
.TagClassName
{
border-color: #993737;
}
</style>