Shades of Madras #503F05
Tints of Madras #503F05
RGB
CMYK
RGB Variations
Color information
#503F05 (or 0x503F05) is known color: Madras. HEX triplet: 50, 3F and 05. RGB value is (80,63,5). Sum of RGB (Red+Green+Blue) = 80+63+5=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #503F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503F05 is #AFC0FA. Grayscale: #3D3D3D. Windows color (decimal): -11518203 or 343888. OLE color: 343888.
HSL color Cylindrical-coordinate representation of color #503F05: hue angle of 46.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #503F05 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 5 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.69 |
| HSL | 46.4º | 0.88% | 0.17% | - |
| HSV(B) | 46.4º | 0.94% | 0.31% | - |
| XYZ | 5.11 | 5.27 | 0.89 | - |
| YUV | 61.47 | 96.13 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 5 | 0 | 0.21 | 0.94 | 0.69 | 46.4 | 0.88 | 0.17 |
| Hex | 50 | 3F | 5 | 0 | 15 | 5E | 45 | 2E | 58 | 11 |
| Octal | 120 | 77 | 5 | 0 | 25 | 136 | 105 | 56 | 130 | 21 |
| Binary | 1010000 | 111111 | 101 | 0 | 10101 | 1011110 | 1000101 | 101110 | 1011000 | 10001 |
Color Harmonies of #503F05
Complementary color
Monochromatic Colors of #503F05
Black with #503F05
Text Example
Text Example
White with #503F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F05; }
p { color: rgb(80,63,5); }
H1.HeaderClassName
{
color: #503F05;
}
.AnyTagClassName
{
color: #503F05;
}
</style>
background-color css
<style>
a { background-color: #503F05; }
a { background-color: rgb(80,63,5); }
div.DivClassName
{
background-color: #503F05;
}
.BgClassName
{
background-color: #503F05;
}
</style>
border-color css
<style>
span { border-color: #503F05; }
span { border-color: rgb(80,63,5); }
td.TdClassName
{
border-color: #503F05;
}
.TagClassName
{
border-color: #503F05;
}
</style>