Shades of Milano Red #973433
Tints of Milano Red #973433
RGB
CMYK
RGB Variations
Color information
#973433 (or 0x973433) is known color: Milano Red. HEX triplet: 97, 34 and 33. RGB value is (151,52,51). Sum of RGB (Red+Green+Blue) = 151+52+51=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #973433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973433 is #68CBCC. Grayscale: #515151. Windows color (decimal): -6867917 or 3355799. OLE color: 3355799.
HSL color Cylindrical-coordinate representation of color #973433: hue angle of 0.6º 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 #973433 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 52 | 51 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.41 |
| HSL | 0.6º | 0.5% | 0.4% | - |
| HSV(B) | 0.6º | 0.66% | 0.59% | - |
| XYZ | 14.59 | 9.27 | 4.15 | - |
| YUV | 81.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 52 | 51 | 0 | 0.66 | 0.66 | 0.41 | 0.6 | 0.5 | 0.4 |
| Hex | 97 | 34 | 33 | 0 | 42 | 42 | 29 | 1 | 32 | 28 |
| Octal | 227 | 64 | 63 | 0 | 102 | 102 | 51 | 1 | 62 | 50 |
| Binary | 10010111 | 110100 | 110011 | 0 | 1000010 | 1000010 | 101001 | 1 | 110010 | 101000 |
Color Harmonies of #973433
Complementary color
Monochromatic Colors of #973433
Black with #973433
Text Example
Text Example
White with #973433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973433; }
p { color: rgb(151,52,51); }
H1.HeaderClassName
{
color: #973433;
}
.AnyTagClassName
{
color: #973433;
}
</style>
background-color css
<style>
a { background-color: #973433; }
a { background-color: rgb(151,52,51); }
div.DivClassName
{
background-color: #973433;
}
.BgClassName
{
background-color: #973433;
}
</style>
border-color css
<style>
span { border-color: #973433; }
span { border-color: rgb(151,52,51); }
td.TdClassName
{
border-color: #973433;
}
.TagClassName
{
border-color: #973433;
}
</style>