Shades of Milano Red #983430
Tints of Milano Red #983430
RGB
CMYK
RGB Variations
Color information
#983430 (or 0x983430) is known color: Milano Red. HEX triplet: 98, 34 and 30. RGB value is (152,52,48). Sum of RGB (Red+Green+Blue) = 152+52+48=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #983430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983430 is #67CBCF. Grayscale: #515151. Windows color (decimal): -6802384 or 3159192. OLE color: 3159192.
HSL color Cylindrical-coordinate representation of color #983430: hue angle of 2.31º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983430 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 52 | 48 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.40 |
| HSL | 2.31º | 0.52% | 0.39% | - |
| HSV(B) | 2.31º | 0.68% | 0.6% | - |
| XYZ | 14.71 | 9.34 | 3.82 | - |
| YUV | 81.44 | 109.13 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 52 | 48 | 0 | 0.66 | 0.68 | 0.40 | 2.31 | 0.52 | 0.39 |
| Hex | 98 | 34 | 30 | 0 | 42 | 44 | 28 | 2 | 34 | 27 |
| Octal | 230 | 64 | 60 | 0 | 102 | 104 | 50 | 2 | 64 | 47 |
| Binary | 10011000 | 110100 | 110000 | 0 | 1000010 | 1000100 | 101000 | 10 | 110100 | 100111 |
Color Harmonies of #983430
Complementary color
Monochromatic Colors of #983430
Black with #983430
Text Example
Text Example
White with #983430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983430; }
p { color: rgb(152,52,48); }
H1.HeaderClassName
{
color: #983430;
}
.AnyTagClassName
{
color: #983430;
}
</style>
background-color css
<style>
a { background-color: #983430; }
a { background-color: rgb(152,52,48); }
div.DivClassName
{
background-color: #983430;
}
.BgClassName
{
background-color: #983430;
}
</style>
border-color css
<style>
span { border-color: #983430; }
span { border-color: rgb(152,52,48); }
td.TdClassName
{
border-color: #983430;
}
.TagClassName
{
border-color: #983430;
}
</style>