Shades of Madras #503A0B
Tints of Madras #503A0B
RGB
CMYK
RGB Variations
Color information
#503A0B (or 0x503A0B) is known color: Madras. HEX triplet: 50, 3A and 0B. RGB value is (80,58,11). Sum of RGB (Red+Green+Blue) = 80+58+11=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #503A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503A0B is #AFC5F4. Grayscale: #3B3B3B. Windows color (decimal): -11519477 or 735824. OLE color: 735824.
HSL color Cylindrical-coordinate representation of color #503A0B: hue angle of 40.87º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #503A0B is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 11 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.69 |
| HSL | 40.87º | 0.76% | 0.18% | - |
| HSV(B) | 40.87º | 0.86% | 0.31% | - |
| XYZ | 4.88 | 4.76 | 0.98 | - |
| YUV | 59.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 11 | 0 | 0.28 | 0.86 | 0.69 | 40.87 | 0.76 | 0.18 |
| Hex | 50 | 3A | B | 0 | 1C | 56 | 45 | 29 | 4C | 12 |
| Octal | 120 | 72 | 13 | 0 | 34 | 126 | 105 | 51 | 114 | 22 |
| Binary | 1010000 | 111010 | 1011 | 0 | 11100 | 1010110 | 1000101 | 101001 | 1001100 | 10010 |
Color Harmonies of #503A0B
Complementary color
Monochromatic Colors of #503A0B
Black with #503A0B
Text Example
Text Example
White with #503A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A0B; }
p { color: rgb(80,58,11); }
H1.HeaderClassName
{
color: #503A0B;
}
.AnyTagClassName
{
color: #503A0B;
}
</style>
background-color css
<style>
a { background-color: #503A0B; }
a { background-color: rgb(80,58,11); }
div.DivClassName
{
background-color: #503A0B;
}
.BgClassName
{
background-color: #503A0B;
}
</style>
border-color css
<style>
span { border-color: #503A0B; }
span { border-color: rgb(80,58,11); }
td.TdClassName
{
border-color: #503A0B;
}
.TagClassName
{
border-color: #503A0B;
}
</style>