Shades of Madras #503B15
Tints of Madras #503B15
RGB
CMYK
RGB Variations
Color information
#503B15 (or 0x503B15) is known color: Madras. HEX triplet: 50, 3B and 15. RGB value is (80,59,21). Sum of RGB (Red+Green+Blue) = 80+59+21=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #503B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503B15 is #AFC4EA. Grayscale: #3D3D3D. Windows color (decimal): -11519211 or 1391440. OLE color: 1391440.
HSL color Cylindrical-coordinate representation of color #503B15: hue angle of 38.64º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #503B15 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 59 | 21 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.69 |
| HSL | 38.64º | 0.58% | 0.2% | - |
| HSV(B) | 38.64º | 0.74% | 0.31% | - |
| XYZ | 5.01 | 4.89 | 1.39 | - |
| YUV | 60.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 21 | 0 | 0.26 | 0.74 | 0.69 | 38.64 | 0.58 | 0.2 |
| Hex | 50 | 3B | 15 | 0 | 1A | 4A | 45 | 27 | 3A | 14 |
| Octal | 120 | 73 | 25 | 0 | 32 | 112 | 105 | 47 | 72 | 24 |
| Binary | 1010000 | 111011 | 10101 | 0 | 11010 | 1001010 | 1000101 | 100111 | 111010 | 10100 |
Color Harmonies of #503B15
Complementary color
Monochromatic Colors of #503B15
Black with #503B15
Text Example
Text Example
White with #503B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503B15; }
p { color: rgb(80,59,21); }
H1.HeaderClassName
{
color: #503B15;
}
.AnyTagClassName
{
color: #503B15;
}
</style>
background-color css
<style>
a { background-color: #503B15; }
a { background-color: rgb(80,59,21); }
div.DivClassName
{
background-color: #503B15;
}
.BgClassName
{
background-color: #503B15;
}
</style>
border-color css
<style>
span { border-color: #503B15; }
span { border-color: rgb(80,59,21); }
td.TdClassName
{
border-color: #503B15;
}
.TagClassName
{
border-color: #503B15;
}
</style>