Shades of Milano Red #973533
Tints of Milano Red #973533
RGB
CMYK
RGB Variations
Color information
#973533 (or 0x973533) is known color: Milano Red. HEX triplet: 97, 35 and 33. RGB value is (151,53,51). Sum of RGB (Red+Green+Blue) = 151+53+51=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #973533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973533 is #68CACC. Grayscale: #525252. Windows color (decimal): -6867661 or 3356055. OLE color: 3356055.
HSL color Cylindrical-coordinate representation of color #973533: hue angle of 1.2º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #973533 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 53 | 51 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.41 |
| HSL | 1.2º | 0.5% | 0.4% | - |
| HSV(B) | 1.2º | 0.66% | 0.59% | - |
| XYZ | 14.63 | 9.36 | 4.17 | - |
| YUV | 82.07 | 110.47 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 53 | 51 | 0 | 0.65 | 0.66 | 0.41 | 1.2 | 0.5 | 0.4 |
| Hex | 97 | 35 | 33 | 0 | 41 | 42 | 29 | 1 | 32 | 28 |
| Octal | 227 | 65 | 63 | 0 | 101 | 102 | 51 | 1 | 62 | 50 |
| Binary | 10010111 | 110101 | 110011 | 0 | 1000001 | 1000010 | 101001 | 1 | 110010 | 101000 |
Color Harmonies of #973533
Complementary color
Monochromatic Colors of #973533
Black with #973533
Text Example
Text Example
White with #973533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973533; }
p { color: rgb(151,53,51); }
H1.HeaderClassName
{
color: #973533;
}
.AnyTagClassName
{
color: #973533;
}
</style>
background-color css
<style>
a { background-color: #973533; }
a { background-color: rgb(151,53,51); }
div.DivClassName
{
background-color: #973533;
}
.BgClassName
{
background-color: #973533;
}
</style>
border-color css
<style>
span { border-color: #973533; }
span { border-color: rgb(151,53,51); }
td.TdClassName
{
border-color: #973533;
}
.TagClassName
{
border-color: #973533;
}
</style>