Shades of Milano Red #9A3833
Tints of Milano Red #9A3833
RGB
CMYK
RGB Variations
Color information
#9A3833 (or 0x9A3833) is known color: Milano Red. HEX triplet: 9A, 38 and 33. RGB value is (154,56,51). Sum of RGB (Red+Green+Blue) = 154+56+51=261 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.00% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3833 is #65C7CC. Grayscale: #545454. Windows color (decimal): -6670285 or 3356826. OLE color: 3356826.
HSL color Cylindrical-coordinate representation of color #9A3833: hue angle of 2.91º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A3833 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 56 | 51 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.40 |
| HSL | 2.91º | 0.5% | 0.4% | - |
| HSV(B) | 2.91º | 0.67% | 0.6% | - |
| XYZ | 15.34 | 9.94 | 4.24 | - |
| YUV | 84.73 | 108.97 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 56 | 51 | 0 | 0.64 | 0.67 | 0.40 | 2.91 | 0.5 | 0.4 |
| Hex | 9A | 38 | 33 | 0 | 40 | 43 | 28 | 3 | 32 | 28 |
| Octal | 232 | 70 | 63 | 0 | 100 | 103 | 50 | 3 | 62 | 50 |
| Binary | 10011010 | 111000 | 110011 | 0 | 1000000 | 1000011 | 101000 | 11 | 110010 | 101000 |
Color Harmonies of #9A3833
Complementary color
Monochromatic Colors of #9A3833
Black with #9A3833
Text Example
Text Example
White with #9A3833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3833; }
p { color: rgb(154,56,51); }
H1.HeaderClassName
{
color: #9A3833;
}
.AnyTagClassName
{
color: #9A3833;
}
</style>
background-color css
<style>
a { background-color: #9A3833; }
a { background-color: rgb(154,56,51); }
div.DivClassName
{
background-color: #9A3833;
}
.BgClassName
{
background-color: #9A3833;
}
</style>
border-color css
<style>
span { border-color: #9A3833; }
span { border-color: rgb(154,56,51); }
td.TdClassName
{
border-color: #9A3833;
}
.TagClassName
{
border-color: #9A3833;
}
</style>