Shades of Madras #503F16
Tints of Madras #503F16
RGB
CMYK
RGB Variations
Color information
#503F16 (or 0x503F16) is known color: Madras. HEX triplet: 50, 3F and 16. RGB value is (80,63,22). Sum of RGB (Red+Green+Blue) = 80+63+22=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #503F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503F16 is #AFC0E9. Grayscale: #3F3F3F. Windows color (decimal): -11518186 or 1458000. OLE color: 1458000.
HSL color Cylindrical-coordinate representation of color #503F16: hue angle of 42.41º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #503F16 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 22 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.69 |
| HSL | 42.41º | 0.57% | 0.2% | - |
| HSV(B) | 42.41º | 0.73% | 0.31% | - |
| XYZ | 5.23 | 5.32 | 1.51 | - |
| YUV | 63.41 | 104.63 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 22 | 0 | 0.21 | 0.72 | 0.69 | 42.41 | 0.57 | 0.2 |
| Hex | 50 | 3F | 16 | 0 | 15 | 48 | 45 | 2A | 39 | 14 |
| Octal | 120 | 77 | 26 | 0 | 25 | 110 | 105 | 52 | 71 | 24 |
| Binary | 1010000 | 111111 | 10110 | 0 | 10101 | 1001000 | 1000101 | 101010 | 111001 | 10100 |
Color Harmonies of #503F16
Complementary color
Monochromatic Colors of #503F16
Black with #503F16
Text Example
Text Example
White with #503F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F16; }
p { color: rgb(80,63,22); }
H1.HeaderClassName
{
color: #503F16;
}
.AnyTagClassName
{
color: #503F16;
}
</style>
background-color css
<style>
a { background-color: #503F16; }
a { background-color: rgb(80,63,22); }
div.DivClassName
{
background-color: #503F16;
}
.BgClassName
{
background-color: #503F16;
}
</style>
border-color css
<style>
span { border-color: #503F16; }
span { border-color: rgb(80,63,22); }
td.TdClassName
{
border-color: #503F16;
}
.TagClassName
{
border-color: #503F16;
}
</style>