Shades of Madras #503D13
Tints of Madras #503D13
RGB
CMYK
RGB Variations
Color information
#503D13 (or 0x503D13) is known color: Madras. HEX triplet: 50, 3D and 13. RGB value is (80,61,19). Sum of RGB (Red+Green+Blue) = 80+61+19=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #503D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503D13 is #AFC2EC. Grayscale: #3E3E3E. Windows color (decimal): -11518701 or 1260880. OLE color: 1260880.
HSL color Cylindrical-coordinate representation of color #503D13: hue angle of 41.31º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #503D13 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 19 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.69 |
| HSL | 41.31º | 0.62% | 0.19% | - |
| HSV(B) | 41.31º | 0.76% | 0.31% | - |
| XYZ | 5.09 | 5.09 | 1.33 | - |
| YUV | 61.89 | 103.79 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 19 | 0 | 0.24 | 0.76 | 0.69 | 41.31 | 0.62 | 0.19 |
| Hex | 50 | 3D | 13 | 0 | 18 | 4C | 45 | 29 | 3E | 13 |
| Octal | 120 | 75 | 23 | 0 | 30 | 114 | 105 | 51 | 76 | 23 |
| Binary | 1010000 | 111101 | 10011 | 0 | 11000 | 1001100 | 1000101 | 101001 | 111110 | 10011 |
Color Harmonies of #503D13
Complementary color
Monochromatic Colors of #503D13
Black with #503D13
Text Example
Text Example
White with #503D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D13; }
p { color: rgb(80,61,19); }
H1.HeaderClassName
{
color: #503D13;
}
.AnyTagClassName
{
color: #503D13;
}
</style>
background-color css
<style>
a { background-color: #503D13; }
a { background-color: rgb(80,61,19); }
div.DivClassName
{
background-color: #503D13;
}
.BgClassName
{
background-color: #503D13;
}
</style>
border-color css
<style>
span { border-color: #503D13; }
span { border-color: rgb(80,61,19); }
td.TdClassName
{
border-color: #503D13;
}
.TagClassName
{
border-color: #503D13;
}
</style>