Shades of Milano Red #983737
Tints of Milano Red #983737
RGB
CMYK
RGB Variations
Color information
#983737 (or 0x983737) is known color: Milano Red. HEX triplet: 98, 37 and 37. RGB value is (152,55,55). Sum of RGB (Red+Green+Blue) = 152+55+55=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #983737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983737 is #67C8C8. Grayscale: #545454. Windows color (decimal): -6801609 or 3618712. OLE color: 3618712.
HSL color Cylindrical-coordinate representation of color #983737: hue angle of 0º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #983737 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 55 | 55 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.40 |
| HSL | 0º | 0.47% | 0.41% | - |
| HSV(B) | 0º | 0.64% | 0.6% | - |
| XYZ | 15 | 9.68 | 4.69 | - |
| YUV | 84 | 111.64 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 55 | 55 | 0 | 0.64 | 0.64 | 0.40 | 0 | 0.47 | 0.41 |
| Hex | 98 | 37 | 37 | 0 | 40 | 40 | 28 | 0 | 2F | 29 |
| Octal | 230 | 67 | 67 | 0 | 100 | 100 | 50 | 0 | 57 | 51 |
| Binary | 10011000 | 110111 | 110111 | 0 | 1000000 | 1000000 | 101000 | 0 | 101111 | 101001 |
Color Harmonies of #983737
Complementary color
Monochromatic Colors of #983737
Black with #983737
Text Example
Text Example
White with #983737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983737; }
p { color: rgb(152,55,55); }
H1.HeaderClassName
{
color: #983737;
}
.AnyTagClassName
{
color: #983737;
}
</style>
background-color css
<style>
a { background-color: #983737; }
a { background-color: rgb(152,55,55); }
div.DivClassName
{
background-color: #983737;
}
.BgClassName
{
background-color: #983737;
}
</style>
border-color css
<style>
span { border-color: #983737; }
span { border-color: rgb(152,55,55); }
td.TdClassName
{
border-color: #983737;
}
.TagClassName
{
border-color: #983737;
}
</style>