Shades of Madras #503A0D
Tints of Madras #503A0D
RGB
CMYK
RGB Variations
Color information
#503A0D (or 0x503A0D) is known color: Madras. HEX triplet: 50, 3A and 0D. RGB value is (80,58,13). Sum of RGB (Red+Green+Blue) = 80+58+13=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #503A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503A0D is #AFC5F2. Grayscale: #3B3B3B. Windows color (decimal): -11519475 or 866896. OLE color: 866896.
HSL color Cylindrical-coordinate representation of color #503A0D: hue angle of 40.3º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #503A0D is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 13 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.69 |
| HSL | 40.3º | 0.72% | 0.18% | - |
| HSV(B) | 40.3º | 0.84% | 0.31% | - |
| XYZ | 4.89 | 4.76 | 1.04 | - |
| YUV | 59.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 13 | 0 | 0.28 | 0.84 | 0.69 | 40.3 | 0.72 | 0.18 |
| Hex | 50 | 3A | D | 0 | 1C | 54 | 45 | 28 | 48 | 12 |
| Octal | 120 | 72 | 15 | 0 | 34 | 124 | 105 | 50 | 110 | 22 |
| Binary | 1010000 | 111010 | 1101 | 0 | 11100 | 1010100 | 1000101 | 101000 | 1001000 | 10010 |
Color Harmonies of #503A0D
Complementary color
Monochromatic Colors of #503A0D
Black with #503A0D
Text Example
Text Example
White with #503A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A0D; }
p { color: rgb(80,58,13); }
H1.HeaderClassName
{
color: #503A0D;
}
.AnyTagClassName
{
color: #503A0D;
}
</style>
background-color css
<style>
a { background-color: #503A0D; }
a { background-color: rgb(80,58,13); }
div.DivClassName
{
background-color: #503A0D;
}
.BgClassName
{
background-color: #503A0D;
}
</style>
border-color css
<style>
span { border-color: #503A0D; }
span { border-color: rgb(80,58,13); }
td.TdClassName
{
border-color: #503A0D;
}
.TagClassName
{
border-color: #503A0D;
}
</style>