Shades of Madras #503B10
Tints of Madras #503B10
RGB
CMYK
RGB Variations
Color information
#503B10 (or 0x503B10) is known color: Madras. HEX triplet: 50, 3B and 10. RGB value is (80,59,16). Sum of RGB (Red+Green+Blue) = 80+59+16=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #503B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503B10 is #AFC4EF. Grayscale: #3C3C3C. Windows color (decimal): -11519216 or 1063760. OLE color: 1063760.
HSL color Cylindrical-coordinate representation of color #503B10: hue angle of 40.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #503B10 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 59 | 16 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.69 |
| HSL | 40.31º | 0.67% | 0.19% | - |
| HSV(B) | 40.31º | 0.8% | 0.31% | - |
| XYZ | 4.97 | 4.87 | 1.17 | - |
| YUV | 60.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 16 | 0 | 0.26 | 0.80 | 0.69 | 40.31 | 0.67 | 0.19 |
| Hex | 50 | 3B | 10 | 0 | 1A | 50 | 45 | 28 | 43 | 13 |
| Octal | 120 | 73 | 20 | 0 | 32 | 120 | 105 | 50 | 103 | 23 |
| Binary | 1010000 | 111011 | 10000 | 0 | 11010 | 1010000 | 1000101 | 101000 | 1000011 | 10011 |
Color Harmonies of #503B10
Complementary color
Monochromatic Colors of #503B10
Black with #503B10
Text Example
Text Example
White with #503B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503B10; }
p { color: rgb(80,59,16); }
H1.HeaderClassName
{
color: #503B10;
}
.AnyTagClassName
{
color: #503B10;
}
</style>
background-color css
<style>
a { background-color: #503B10; }
a { background-color: rgb(80,59,16); }
div.DivClassName
{
background-color: #503B10;
}
.BgClassName
{
background-color: #503B10;
}
</style>
border-color css
<style>
span { border-color: #503B10; }
span { border-color: rgb(80,59,16); }
td.TdClassName
{
border-color: #503B10;
}
.TagClassName
{
border-color: #503B10;
}
</style>