Shades of Madras #503E01
Tints of Madras #503E01
RGB
CMYK
RGB Variations
Color information
#503E01 (or 0x503E01) is known color: Madras. HEX triplet: 50, 3E and 01. RGB value is (80,62,1). Sum of RGB (Red+Green+Blue) = 80+62+1=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 62 (24.61% from 255 or 43.36% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #503E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503E01 is #AFC1FE. Grayscale: #3C3C3C. Windows color (decimal): -11518463 or 81488. OLE color: 81488.
HSL color Cylindrical-coordinate representation of color #503E01: hue angle of 46.33º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #503E01 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 62 | 1 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.69 |
| HSL | 46.33º | 0.98% | 0.16% | - |
| HSV(B) | 46.33º | 0.99% | 0.31% | - |
| XYZ | 5.04 | 5.15 | 0.76 | - |
| YUV | 60.43 | 94.46 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 1 | 0 | 0.22 | 0.99 | 0.69 | 46.33 | 0.98 | 0.16 |
| Hex | 50 | 3E | 1 | 0 | 16 | 63 | 45 | 2E | 62 | 10 |
| Octal | 120 | 76 | 1 | 0 | 26 | 143 | 105 | 56 | 142 | 20 |
| Binary | 1010000 | 111110 | 1 | 0 | 10110 | 1100011 | 1000101 | 101110 | 1100010 | 10000 |
Color Harmonies of #503E01
Complementary color
Monochromatic Colors of #503E01
Black with #503E01
Text Example
Text Example
White with #503E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503E01; }
p { color: rgb(80,62,1); }
H1.HeaderClassName
{
color: #503E01;
}
.AnyTagClassName
{
color: #503E01;
}
</style>
background-color css
<style>
a { background-color: #503E01; }
a { background-color: rgb(80,62,1); }
div.DivClassName
{
background-color: #503E01;
}
.BgClassName
{
background-color: #503E01;
}
</style>
border-color css
<style>
span { border-color: #503E01; }
span { border-color: rgb(80,62,1); }
td.TdClassName
{
border-color: #503E01;
}
.TagClassName
{
border-color: #503E01;
}
</style>