Shades of Madras #503F15
Tints of Madras #503F15
RGB
CMYK
RGB Variations
Color information
#503F15 (or 0x503F15) is known color: Madras. HEX triplet: 50, 3F and 15. RGB value is (80,63,21). Sum of RGB (Red+Green+Blue) = 80+63+21=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #503F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503F15 is #AFC0EA. Grayscale: #3F3F3F. Windows color (decimal): -11518187 or 1392464. OLE color: 1392464.
HSL color Cylindrical-coordinate representation of color #503F15: hue angle of 42.71º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #503F15 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 21 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.69 |
| HSL | 42.71º | 0.58% | 0.2% | - |
| HSV(B) | 42.71º | 0.74% | 0.31% | - |
| XYZ | 5.22 | 5.31 | 1.46 | - |
| YUV | 63.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 21 | 0 | 0.21 | 0.74 | 0.69 | 42.71 | 0.58 | 0.2 |
| Hex | 50 | 3F | 15 | 0 | 15 | 4A | 45 | 2B | 3A | 14 |
| Octal | 120 | 77 | 25 | 0 | 25 | 112 | 105 | 53 | 72 | 24 |
| Binary | 1010000 | 111111 | 10101 | 0 | 10101 | 1001010 | 1000101 | 101011 | 111010 | 10100 |
Color Harmonies of #503F15
Complementary color
Monochromatic Colors of #503F15
Black with #503F15
Text Example
Text Example
White with #503F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F15; }
p { color: rgb(80,63,21); }
H1.HeaderClassName
{
color: #503F15;
}
.AnyTagClassName
{
color: #503F15;
}
</style>
background-color css
<style>
a { background-color: #503F15; }
a { background-color: rgb(80,63,21); }
div.DivClassName
{
background-color: #503F15;
}
.BgClassName
{
background-color: #503F15;
}
</style>
border-color css
<style>
span { border-color: #503F15; }
span { border-color: rgb(80,63,21); }
td.TdClassName
{
border-color: #503F15;
}
.TagClassName
{
border-color: #503F15;
}
</style>