Shades of Madras #503B0D
Tints of Madras #503B0D
RGB
CMYK
RGB Variations
Color information
#503B0D (or 0x503B0D) is known color: Madras. HEX triplet: 50, 3B and 0D. RGB value is (80,59,13). Sum of RGB (Red+Green+Blue) = 80+59+13=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #503B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503B0D is #AFC4F2. Grayscale: #3C3C3C. Windows color (decimal): -11519219 or 867152. OLE color: 867152.
HSL color Cylindrical-coordinate representation of color #503B0D: hue angle of 41.19º 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 #503B0D is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 59 | 13 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.69 |
| HSL | 41.19º | 0.72% | 0.18% | - |
| HSV(B) | 41.19º | 0.84% | 0.31% | - |
| XYZ | 4.94 | 4.86 | 1.06 | - |
| YUV | 60.04 | 101.46 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 13 | 0 | 0.26 | 0.84 | 0.69 | 41.19 | 0.72 | 0.18 |
| Hex | 50 | 3B | D | 0 | 1A | 54 | 45 | 29 | 48 | 12 |
| Octal | 120 | 73 | 15 | 0 | 32 | 124 | 105 | 51 | 110 | 22 |
| Binary | 1010000 | 111011 | 1101 | 0 | 11010 | 1010100 | 1000101 | 101001 | 1001000 | 10010 |
Color Harmonies of #503B0D
Complementary color
Monochromatic Colors of #503B0D
Black with #503B0D
Text Example
Text Example
White with #503B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503B0D; }
p { color: rgb(80,59,13); }
H1.HeaderClassName
{
color: #503B0D;
}
.AnyTagClassName
{
color: #503B0D;
}
</style>
background-color css
<style>
a { background-color: #503B0D; }
a { background-color: rgb(80,59,13); }
div.DivClassName
{
background-color: #503B0D;
}
.BgClassName
{
background-color: #503B0D;
}
</style>
border-color css
<style>
span { border-color: #503B0D; }
span { border-color: rgb(80,59,13); }
td.TdClassName
{
border-color: #503B0D;
}
.TagClassName
{
border-color: #503B0D;
}
</style>