Shades of Madras #503F1E
Tints of Madras #503F1E
RGB
CMYK
RGB Variations
Color information
#503F1E (or 0x503F1E) is known color: Madras. HEX triplet: 50, 3F and 1E. RGB value is (80,63,30). Sum of RGB (Red+Green+Blue) = 80+63+30=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #503F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F1E is #AFC0E1. Grayscale: #404040. Windows color (decimal): -11518178 or 1982288. OLE color: 1982288.
HSL color Cylindrical-coordinate representation of color #503F1E: hue angle of 39.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #503F1E is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 30 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.69 |
| HSL | 39.6º | 0.45% | 0.22% | - |
| HSV(B) | 39.6º | 0.63% | 0.31% | - |
| XYZ | 5.32 | 5.35 | 1.98 | - |
| YUV | 64.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 30 | 0 | 0.21 | 0.62 | 0.69 | 39.6 | 0.45 | 0.22 |
| Hex | 50 | 3F | 1E | 0 | 15 | 3E | 45 | 28 | 2D | 16 |
| Octal | 120 | 77 | 36 | 0 | 25 | 76 | 105 | 50 | 55 | 26 |
| Binary | 1010000 | 111111 | 11110 | 0 | 10101 | 111110 | 1000101 | 101000 | 101101 | 10110 |
Color Harmonies of #503F1E
Complementary color
Monochromatic Colors of #503F1E
Black with #503F1E
Text Example
Text Example
White with #503F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F1E; }
p { color: rgb(80,63,30); }
H1.HeaderClassName
{
color: #503F1E;
}
.AnyTagClassName
{
color: #503F1E;
}
</style>
background-color css
<style>
a { background-color: #503F1E; }
a { background-color: rgb(80,63,30); }
div.DivClassName
{
background-color: #503F1E;
}
.BgClassName
{
background-color: #503F1E;
}
</style>
border-color css
<style>
span { border-color: #503F1E; }
span { border-color: rgb(80,63,30); }
td.TdClassName
{
border-color: #503F1E;
}
.TagClassName
{
border-color: #503F1E;
}
</style>