Shades of Madras #503F03
Tints of Madras #503F03
RGB
CMYK
RGB Variations
Color information
#503F03 (or 0x503F03) is known color: Madras. HEX triplet: 50, 3F and 03. RGB value is (80,63,3). Sum of RGB (Red+Green+Blue) = 80+63+3=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #503F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503F03 is #AFC0FC. Grayscale: #3D3D3D. Windows color (decimal): -11518205 or 212816. OLE color: 212816.
HSL color Cylindrical-coordinate representation of color #503F03: hue angle of 46.75º 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 #503F03 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 3 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.69 |
| HSL | 46.75º | 0.93% | 0.16% | - |
| HSV(B) | 46.75º | 0.96% | 0.31% | - |
| XYZ | 5.1 | 5.27 | 0.83 | - |
| YUV | 61.24 | 95.13 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 3 | 0 | 0.21 | 0.96 | 0.69 | 46.75 | 0.93 | 0.16 |
| Hex | 50 | 3F | 3 | 0 | 15 | 60 | 45 | 2F | 5D | 10 |
| Octal | 120 | 77 | 3 | 0 | 25 | 140 | 105 | 57 | 135 | 20 |
| Binary | 1010000 | 111111 | 11 | 0 | 10101 | 1100000 | 1000101 | 101111 | 1011101 | 10000 |
Color Harmonies of #503F03
Complementary color
Monochromatic Colors of #503F03
Black with #503F03
Text Example
Text Example
White with #503F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F03; }
p { color: rgb(80,63,3); }
H1.HeaderClassName
{
color: #503F03;
}
.AnyTagClassName
{
color: #503F03;
}
</style>
background-color css
<style>
a { background-color: #503F03; }
a { background-color: rgb(80,63,3); }
div.DivClassName
{
background-color: #503F03;
}
.BgClassName
{
background-color: #503F03;
}
</style>
border-color css
<style>
span { border-color: #503F03; }
span { border-color: rgb(80,63,3); }
td.TdClassName
{
border-color: #503F03;
}
.TagClassName
{
border-color: #503F03;
}
</style>