Shades of Madras #503F01
Tints of Madras #503F01
RGB
CMYK
RGB Variations
Color information
#503F01 (or 0x503F01) is known color: Madras. HEX triplet: 50, 3F and 01. RGB value is (80,63,1). Sum of RGB (Red+Green+Blue) = 80+63+1=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #503F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503F01 is #AFC0FE. Grayscale: #3D3D3D. Windows color (decimal): -11518207 or 81744. OLE color: 81744.
HSL color Cylindrical-coordinate representation of color #503F01: hue angle of 47.09º 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 #503F01 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.69 |
| HSL | 47.09º | 0.98% | 0.16% | - |
| HSV(B) | 47.09º | 0.99% | 0.31% | - |
| XYZ | 5.09 | 5.26 | 0.78 | - |
| YUV | 61.02 | 94.13 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 1 | 0 | 0.21 | 0.99 | 0.69 | 47.09 | 0.98 | 0.16 |
| Hex | 50 | 3F | 1 | 0 | 15 | 63 | 45 | 2F | 62 | 10 |
| Octal | 120 | 77 | 1 | 0 | 25 | 143 | 105 | 57 | 142 | 20 |
| Binary | 1010000 | 111111 | 1 | 0 | 10101 | 1100011 | 1000101 | 101111 | 1100010 | 10000 |
Color Harmonies of #503F01
Complementary color
Monochromatic Colors of #503F01
Black with #503F01
Text Example
Text Example
White with #503F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F01; }
p { color: rgb(80,63,1); }
H1.HeaderClassName
{
color: #503F01;
}
.AnyTagClassName
{
color: #503F01;
}
</style>
background-color css
<style>
a { background-color: #503F01; }
a { background-color: rgb(80,63,1); }
div.DivClassName
{
background-color: #503F01;
}
.BgClassName
{
background-color: #503F01;
}
</style>
border-color css
<style>
span { border-color: #503F01; }
span { border-color: rgb(80,63,1); }
td.TdClassName
{
border-color: #503F01;
}
.TagClassName
{
border-color: #503F01;
}
</style>