Shades of Milano Red #973736
Tints of Milano Red #973736
RGB
CMYK
RGB Variations
Color information
#973736 (or 0x973736) is known color: Milano Red. HEX triplet: 97, 37 and 36. RGB value is (151,55,54). Sum of RGB (Red+Green+Blue) = 151+55+54=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #973736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973736 is #68C8C9. Grayscale: #535353. Windows color (decimal): -6867146 or 3553175. OLE color: 3553175.
HSL color Cylindrical-coordinate representation of color #973736: hue angle of 0.62º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #973736 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 55 | 54 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.41 |
| HSL | 0.62º | 0.47% | 0.4% | - |
| HSV(B) | 0.62º | 0.64% | 0.59% | - |
| XYZ | 14.79 | 9.58 | 4.56 | - |
| YUV | 83.59 | 111.3 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 55 | 54 | 0 | 0.64 | 0.64 | 0.41 | 0.62 | 0.47 | 0.4 |
| Hex | 97 | 37 | 36 | 0 | 40 | 40 | 29 | 1 | 2F | 28 |
| Octal | 227 | 67 | 66 | 0 | 100 | 100 | 51 | 1 | 57 | 50 |
| Binary | 10010111 | 110111 | 110110 | 0 | 1000000 | 1000000 | 101001 | 1 | 101111 | 101000 |
Color Harmonies of #973736
Complementary color
Monochromatic Colors of #973736
Black with #973736
Text Example
Text Example
White with #973736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973736; }
p { color: rgb(151,55,54); }
H1.HeaderClassName
{
color: #973736;
}
.AnyTagClassName
{
color: #973736;
}
</style>
background-color css
<style>
a { background-color: #973736; }
a { background-color: rgb(151,55,54); }
div.DivClassName
{
background-color: #973736;
}
.BgClassName
{
background-color: #973736;
}
</style>
border-color css
<style>
span { border-color: #973736; }
span { border-color: rgb(151,55,54); }
td.TdClassName
{
border-color: #973736;
}
.TagClassName
{
border-color: #973736;
}
</style>