Shades of Madras #503B0F
Tints of Madras #503B0F
RGB
CMYK
RGB Variations
Color information
#503B0F (or 0x503B0F) is known color: Madras. HEX triplet: 50, 3B and 0F. RGB value is (80,59,15). Sum of RGB (Red+Green+Blue) = 80+59+15=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #503B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503B0F is #AFC4F0. Grayscale: #3C3C3C. Windows color (decimal): -11519217 or 998224. OLE color: 998224.
HSL color Cylindrical-coordinate representation of color #503B0F: hue angle of 40.62º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #503B0F is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 59 | 15 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.69 |
| HSL | 40.62º | 0.68% | 0.19% | - |
| HSV(B) | 40.62º | 0.81% | 0.31% | - |
| XYZ | 4.96 | 4.87 | 1.13 | - |
| YUV | 60.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 15 | 0 | 0.26 | 0.81 | 0.69 | 40.62 | 0.68 | 0.19 |
| Hex | 50 | 3B | F | 0 | 1A | 51 | 45 | 29 | 44 | 13 |
| Octal | 120 | 73 | 17 | 0 | 32 | 121 | 105 | 51 | 104 | 23 |
| Binary | 1010000 | 111011 | 1111 | 0 | 11010 | 1010001 | 1000101 | 101001 | 1000100 | 10011 |
Color Harmonies of #503B0F
Complementary color
Monochromatic Colors of #503B0F
Black with #503B0F
Text Example
Text Example
White with #503B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503B0F; }
p { color: rgb(80,59,15); }
H1.HeaderClassName
{
color: #503B0F;
}
.AnyTagClassName
{
color: #503B0F;
}
</style>
background-color css
<style>
a { background-color: #503B0F; }
a { background-color: rgb(80,59,15); }
div.DivClassName
{
background-color: #503B0F;
}
.BgClassName
{
background-color: #503B0F;
}
</style>
border-color css
<style>
span { border-color: #503B0F; }
span { border-color: rgb(80,59,15); }
td.TdClassName
{
border-color: #503B0F;
}
.TagClassName
{
border-color: #503B0F;
}
</style>