Shades of Madras #503F0A
Tints of Madras #503F0A
RGB
CMYK
RGB Variations
Color information
#503F0A (or 0x503F0A) is known color: Madras. HEX triplet: 50, 3F and 0A. RGB value is (80,63,10). Sum of RGB (Red+Green+Blue) = 80+63+10=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #503F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503F0A is #AFC0F5. Grayscale: #3E3E3E. Windows color (decimal): -11518198 or 671568. OLE color: 671568.
HSL color Cylindrical-coordinate representation of color #503F0A: hue angle of 45.43º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #503F0A is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 10 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.69 |
| HSL | 45.43º | 0.78% | 0.18% | - |
| HSV(B) | 45.43º | 0.88% | 0.31% | - |
| XYZ | 5.14 | 5.28 | 1.04 | - |
| YUV | 62.04 | 98.63 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 10 | 0 | 0.21 | 0.87 | 0.69 | 45.43 | 0.78 | 0.18 |
| Hex | 50 | 3F | A | 0 | 15 | 57 | 45 | 2D | 4E | 12 |
| Octal | 120 | 77 | 12 | 0 | 25 | 127 | 105 | 55 | 116 | 22 |
| Binary | 1010000 | 111111 | 1010 | 0 | 10101 | 1010111 | 1000101 | 101101 | 1001110 | 10010 |
Color Harmonies of #503F0A
Complementary color
Monochromatic Colors of #503F0A
Black with #503F0A
Text Example
Text Example
White with #503F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F0A; }
p { color: rgb(80,63,10); }
H1.HeaderClassName
{
color: #503F0A;
}
.AnyTagClassName
{
color: #503F0A;
}
</style>
background-color css
<style>
a { background-color: #503F0A; }
a { background-color: rgb(80,63,10); }
div.DivClassName
{
background-color: #503F0A;
}
.BgClassName
{
background-color: #503F0A;
}
</style>
border-color css
<style>
span { border-color: #503F0A; }
span { border-color: rgb(80,63,10); }
td.TdClassName
{
border-color: #503F0A;
}
.TagClassName
{
border-color: #503F0A;
}
</style>