Shades of Milano Red #963331
Tints of Milano Red #963331
RGB
CMYK
RGB Variations
Color information
#963331 (or 0x963331) is known color: Milano Red. HEX triplet: 96, 33 and 31. RGB value is (150,51,49). Sum of RGB (Red+Green+Blue) = 150+51+49=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #963331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963331 is #69CCCE. Grayscale: #505050. Windows color (decimal): -6933711 or 3224470. OLE color: 3224470.
HSL color Cylindrical-coordinate representation of color #963331: hue angle of 1.19º degrees, saturation: 0.51, 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 #963331 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 49 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.41 |
| HSL | 1.19º | 0.51% | 0.39% | - |
| HSV(B) | 1.19º | 0.67% | 0.59% | - |
| XYZ | 14.32 | 9.07 | 3.9 | - |
| YUV | 80.37 | 110.3 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 49 | 0 | 0.66 | 0.67 | 0.41 | 1.19 | 0.51 | 0.39 |
| Hex | 96 | 33 | 31 | 0 | 42 | 43 | 29 | 1 | 33 | 27 |
| Octal | 226 | 63 | 61 | 0 | 102 | 103 | 51 | 1 | 63 | 47 |
| Binary | 10010110 | 110011 | 110001 | 0 | 1000010 | 1000011 | 101001 | 1 | 110011 | 100111 |
Color Harmonies of #963331
Complementary color
Monochromatic Colors of #963331
Black with #963331
Text Example
Text Example
White with #963331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963331; }
p { color: rgb(150,51,49); }
H1.HeaderClassName
{
color: #963331;
}
.AnyTagClassName
{
color: #963331;
}
</style>
background-color css
<style>
a { background-color: #963331; }
a { background-color: rgb(150,51,49); }
div.DivClassName
{
background-color: #963331;
}
.BgClassName
{
background-color: #963331;
}
</style>
border-color css
<style>
span { border-color: #963331; }
span { border-color: rgb(150,51,49); }
td.TdClassName
{
border-color: #963331;
}
.TagClassName
{
border-color: #963331;
}
</style>