Shades of Milano Red #963332
Tints of Milano Red #963332
RGB
CMYK
RGB Variations
Color information
#963332 (or 0x963332) is known color: Milano Red. HEX triplet: 96, 33 and 32. RGB value is (150,51,50). Sum of RGB (Red+Green+Blue) = 150+51+50=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #963332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963332 is #69CCCD. Grayscale: #505050. Windows color (decimal): -6933710 or 3290006. OLE color: 3290006.
HSL color Cylindrical-coordinate representation of color #963332: hue angle of 0.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963332 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 50 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.41 |
| HSL | 0.6º | 0.5% | 0.39% | - |
| HSV(B) | 0.6º | 0.67% | 0.59% | - |
| XYZ | 14.34 | 9.08 | 4.01 | - |
| YUV | 80.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 50 | 0 | 0.66 | 0.67 | 0.41 | 0.6 | 0.5 | 0.39 |
| Hex | 96 | 33 | 32 | 0 | 42 | 43 | 29 | 1 | 32 | 27 |
| Octal | 226 | 63 | 62 | 0 | 102 | 103 | 51 | 1 | 62 | 47 |
| Binary | 10010110 | 110011 | 110010 | 0 | 1000010 | 1000011 | 101001 | 1 | 110010 | 100111 |
Color Harmonies of #963332
Complementary color
Monochromatic Colors of #963332
Black with #963332
Text Example
Text Example
White with #963332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963332; }
p { color: rgb(150,51,50); }
H1.HeaderClassName
{
color: #963332;
}
.AnyTagClassName
{
color: #963332;
}
</style>
background-color css
<style>
a { background-color: #963332; }
a { background-color: rgb(150,51,50); }
div.DivClassName
{
background-color: #963332;
}
.BgClassName
{
background-color: #963332;
}
</style>
border-color css
<style>
span { border-color: #963332; }
span { border-color: rgb(150,51,50); }
td.TdClassName
{
border-color: #963332;
}
.TagClassName
{
border-color: #963332;
}
</style>