Shades of Milano Red #992E27
Tints of Milano Red #992E27
RGB
CMYK
RGB Variations
Color information
#992E27 (or 0x992E27) is known color: Milano Red. HEX triplet: 99, 2E and 27. RGB value is (153,46,39). Sum of RGB (Red+Green+Blue) = 153+46+39=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #992E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992E27 is #66D1D8. Grayscale: #4D4D4D. Windows color (decimal): -6738393 or 2567833. OLE color: 2567833.
HSL color Cylindrical-coordinate representation of color #992E27: hue angle of 3.68º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992E27 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 46 | 39 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.4 |
| HSL | 3.68º | 0.59% | 0.38% | - |
| HSV(B) | 3.68º | 0.75% | 0.6% | - |
| XYZ | 14.48 | 8.87 | 2.87 | - |
| YUV | 77.2 | 106.45 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 39 | 0 | 0.70 | 0.75 | 0.4 | 3.68 | 0.59 | 0.38 |
| Hex | 99 | 2E | 27 | 0 | 46 | 4B | 28 | 4 | 3B | 26 |
| Octal | 231 | 56 | 47 | 0 | 106 | 113 | 50 | 4 | 73 | 46 |
| Binary | 10011001 | 101110 | 100111 | 0 | 1000110 | 1001011 | 101000 | 100 | 111011 | 100110 |
Color Harmonies of #992E27
Complementary color
Monochromatic Colors of #992E27
Black with #992E27
Text Example
Text Example
White with #992E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992E27; }
p { color: rgb(153,46,39); }
H1.HeaderClassName
{
color: #992E27;
}
.AnyTagClassName
{
color: #992E27;
}
</style>
background-color css
<style>
a { background-color: #992E27; }
a { background-color: rgb(153,46,39); }
div.DivClassName
{
background-color: #992E27;
}
.BgClassName
{
background-color: #992E27;
}
</style>
border-color css
<style>
span { border-color: #992E27; }
span { border-color: rgb(153,46,39); }
td.TdClassName
{
border-color: #992E27;
}
.TagClassName
{
border-color: #992E27;
}
</style>