Shades of Milano Red #9E3635
Tints of Milano Red #9E3635
RGB
CMYK
RGB Variations
Color information
#9E3635 (or 0x9E3635) is known color: Milano Red. HEX triplet: 9E, 36 and 35. RGB value is (158,54,53). Sum of RGB (Red+Green+Blue) = 158+54+53=265 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.62% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3635 is #61C9CA. Grayscale: #555555. Windows color (decimal): -6408651 or 3487390. OLE color: 3487390.
HSL color Cylindrical-coordinate representation of color #9E3635: hue angle of 0.57º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E3635 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 54 | 53 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.38 |
| HSL | 0.57º | 0.5% | 0.41% | - |
| HSV(B) | 0.57º | 0.66% | 0.62% | - |
| XYZ | 16.06 | 10.16 | 4.48 | - |
| YUV | 84.98 | 109.96 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 54 | 53 | 0 | 0.66 | 0.66 | 0.38 | 0.57 | 0.5 | 0.41 |
| Hex | 9E | 36 | 35 | 0 | 42 | 42 | 26 | 1 | 32 | 29 |
| Octal | 236 | 66 | 65 | 0 | 102 | 102 | 46 | 1 | 62 | 51 |
| Binary | 10011110 | 110110 | 110101 | 0 | 1000010 | 1000010 | 100110 | 1 | 110010 | 101001 |
Color Harmonies of #9E3635
Complementary color
Monochromatic Colors of #9E3635
Black with #9E3635
Text Example
Text Example
White with #9E3635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3635; }
p { color: rgb(158,54,53); }
H1.HeaderClassName
{
color: #9E3635;
}
.AnyTagClassName
{
color: #9E3635;
}
</style>
background-color css
<style>
a { background-color: #9E3635; }
a { background-color: rgb(158,54,53); }
div.DivClassName
{
background-color: #9E3635;
}
.BgClassName
{
background-color: #9E3635;
}
</style>
border-color css
<style>
span { border-color: #9E3635; }
span { border-color: rgb(158,54,53); }
td.TdClassName
{
border-color: #9E3635;
}
.TagClassName
{
border-color: #9E3635;
}
</style>