Shades of Milano Red #993833
Tints of Milano Red #993833
RGB
CMYK
RGB Variations
Color information
#993833 (or 0x993833) is known color: Milano Red. HEX triplet: 99, 38 and 33. RGB value is (153,56,51). Sum of RGB (Red+Green+Blue) = 153+56+51=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #993833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993833 is #66C7CC. Grayscale: #545454. Windows color (decimal): -6735821 or 3356825. OLE color: 3356825.
HSL color Cylindrical-coordinate representation of color #993833: hue angle of 2.94º 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 #993833 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 56 | 51 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.4 |
| HSL | 2.94º | 0.5% | 0.4% | - |
| HSV(B) | 2.94º | 0.67% | 0.6% | - |
| XYZ | 15.15 | 9.84 | 4.23 | - |
| YUV | 84.43 | 109.14 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 51 | 0 | 0.63 | 0.67 | 0.4 | 2.94 | 0.5 | 0.4 |
| Hex | 99 | 38 | 33 | 0 | 3F | 43 | 28 | 3 | 32 | 28 |
| Octal | 231 | 70 | 63 | 0 | 77 | 103 | 50 | 3 | 62 | 50 |
| Binary | 10011001 | 111000 | 110011 | 0 | 111111 | 1000011 | 101000 | 11 | 110010 | 101000 |
Color Harmonies of #993833
Complementary color
Monochromatic Colors of #993833
Black with #993833
Text Example
Text Example
White with #993833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993833; }
p { color: rgb(153,56,51); }
H1.HeaderClassName
{
color: #993833;
}
.AnyTagClassName
{
color: #993833;
}
</style>
background-color css
<style>
a { background-color: #993833; }
a { background-color: rgb(153,56,51); }
div.DivClassName
{
background-color: #993833;
}
.BgClassName
{
background-color: #993833;
}
</style>
border-color css
<style>
span { border-color: #993833; }
span { border-color: rgb(153,56,51); }
td.TdClassName
{
border-color: #993833;
}
.TagClassName
{
border-color: #993833;
}
</style>