Shades of Madras #503D03
Tints of Madras #503D03
RGB
CMYK
RGB Variations
Color information
#503D03 (or 0x503D03) is known color: Madras. HEX triplet: 50, 3D and 03. RGB value is (80,61,3). Sum of RGB (Red+Green+Blue) = 80+61+3=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #503D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503D03 is #AFC2FC. Grayscale: #3C3C3C. Windows color (decimal): -11518717 or 212304. OLE color: 212304.
HSL color Cylindrical-coordinate representation of color #503D03: hue angle of 45.19º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #503D03 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 3 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.69 |
| HSL | 45.19º | 0.93% | 0.16% | - |
| HSV(B) | 45.19º | 0.96% | 0.31% | - |
| XYZ | 4.99 | 5.05 | 0.8 | - |
| YUV | 60.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 3 | 0 | 0.24 | 0.96 | 0.69 | 45.19 | 0.93 | 0.16 |
| Hex | 50 | 3D | 3 | 0 | 18 | 60 | 45 | 2D | 5D | 10 |
| Octal | 120 | 75 | 3 | 0 | 30 | 140 | 105 | 55 | 135 | 20 |
| Binary | 1010000 | 111101 | 11 | 0 | 11000 | 1100000 | 1000101 | 101101 | 1011101 | 10000 |
Color Harmonies of #503D03
Complementary color
Monochromatic Colors of #503D03
Black with #503D03
Text Example
Text Example
White with #503D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D03; }
p { color: rgb(80,61,3); }
H1.HeaderClassName
{
color: #503D03;
}
.AnyTagClassName
{
color: #503D03;
}
</style>
background-color css
<style>
a { background-color: #503D03; }
a { background-color: rgb(80,61,3); }
div.DivClassName
{
background-color: #503D03;
}
.BgClassName
{
background-color: #503D03;
}
</style>
border-color css
<style>
span { border-color: #503D03; }
span { border-color: rgb(80,61,3); }
td.TdClassName
{
border-color: #503D03;
}
.TagClassName
{
border-color: #503D03;
}
</style>