Shades of Milano Red #953130
Tints of Milano Red #953130
RGB
CMYK
RGB Variations
Color information
#953130 (or 0x953130) is known color: Milano Red. HEX triplet: 95, 31 and 30. RGB value is (149,49,48). Sum of RGB (Red+Green+Blue) = 149+49+48=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #953130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953130 is #6ACECF. Grayscale: #4E4E4E. Windows color (decimal): -6999760 or 3158421. OLE color: 3158421.
HSL color Cylindrical-coordinate representation of color #953130: hue angle of 0.59º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953130 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 49 | 48 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.42 |
| HSL | 0.59º | 0.51% | 0.39% | - |
| HSV(B) | 0.59º | 0.68% | 0.58% | - |
| XYZ | 14.03 | 8.8 | 3.76 | - |
| YUV | 78.79 | 110.63 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 48 | 0 | 0.67 | 0.68 | 0.42 | 0.59 | 0.51 | 0.39 |
| Hex | 95 | 31 | 30 | 0 | 43 | 44 | 2A | 1 | 33 | 27 |
| Octal | 225 | 61 | 60 | 0 | 103 | 104 | 52 | 1 | 63 | 47 |
| Binary | 10010101 | 110001 | 110000 | 0 | 1000011 | 1000100 | 101010 | 1 | 110011 | 100111 |
Color Harmonies of #953130
Complementary color
Monochromatic Colors of #953130
Black with #953130
Text Example
Text Example
White with #953130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953130; }
p { color: rgb(149,49,48); }
H1.HeaderClassName
{
color: #953130;
}
.AnyTagClassName
{
color: #953130;
}
</style>
background-color css
<style>
a { background-color: #953130; }
a { background-color: rgb(149,49,48); }
div.DivClassName
{
background-color: #953130;
}
.BgClassName
{
background-color: #953130;
}
</style>
border-color css
<style>
span { border-color: #953130; }
span { border-color: rgb(149,49,48); }
td.TdClassName
{
border-color: #953130;
}
.TagClassName
{
border-color: #953130;
}
</style>