Shades of Milano Red #99352F
Tints of Milano Red #99352F
RGB
CMYK
RGB Variations
Color information
#99352F (or 0x99352F) is known color: Milano Red. HEX triplet: 99, 35 and 2F. RGB value is (153,53,47). Sum of RGB (Red+Green+Blue) = 153+53+47=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #99352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99352F is #66CAD0. Grayscale: #525252. Windows color (decimal): -6736593 or 3093913. OLE color: 3093913.
HSL color Cylindrical-coordinate representation of color #99352F: hue angle of 3.4º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99352F is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 47 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.4 |
| HSL | 3.4º | 0.53% | 0.39% | - |
| HSV(B) | 3.4º | 0.69% | 0.6% | - |
| XYZ | 14.92 | 9.52 | 3.74 | - |
| YUV | 82.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 47 | 0 | 0.65 | 0.69 | 0.4 | 3.4 | 0.53 | 0.39 |
| Hex | 99 | 35 | 2F | 0 | 41 | 45 | 28 | 3 | 35 | 27 |
| Octal | 231 | 65 | 57 | 0 | 101 | 105 | 50 | 3 | 65 | 47 |
| Binary | 10011001 | 110101 | 101111 | 0 | 1000001 | 1000101 | 101000 | 11 | 110101 | 100111 |
Color Harmonies of #99352F
Complementary color
Monochromatic Colors of #99352F
Black with #99352F
Text Example
Text Example
White with #99352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99352F; }
p { color: rgb(153,53,47); }
H1.HeaderClassName
{
color: #99352F;
}
.AnyTagClassName
{
color: #99352F;
}
</style>
background-color css
<style>
a { background-color: #99352F; }
a { background-color: rgb(153,53,47); }
div.DivClassName
{
background-color: #99352F;
}
.BgClassName
{
background-color: #99352F;
}
</style>
border-color css
<style>
span { border-color: #99352F; }
span { border-color: rgb(153,53,47); }
td.TdClassName
{
border-color: #99352F;
}
.TagClassName
{
border-color: #99352F;
}
</style>