Shades of Madras #503D15
Tints of Madras #503D15
RGB
CMYK
RGB Variations
Color information
#503D15 (or 0x503D15) is known color: Madras. HEX triplet: 50, 3D and 15. RGB value is (80,61,21). Sum of RGB (Red+Green+Blue) = 80+61+21=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #503D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503D15 is #AFC2EA. Grayscale: #3E3E3E. Windows color (decimal): -11518699 or 1391952. OLE color: 1391952.
HSL color Cylindrical-coordinate representation of color #503D15: hue angle of 40.68º 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 #503D15 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 21 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.69 |
| HSL | 40.68º | 0.58% | 0.2% | - |
| HSV(B) | 40.68º | 0.74% | 0.31% | - |
| XYZ | 5.11 | 5.1 | 1.42 | - |
| YUV | 62.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 21 | 0 | 0.24 | 0.74 | 0.69 | 40.68 | 0.58 | 0.2 |
| Hex | 50 | 3D | 15 | 0 | 18 | 4A | 45 | 29 | 3A | 14 |
| Octal | 120 | 75 | 25 | 0 | 30 | 112 | 105 | 51 | 72 | 24 |
| Binary | 1010000 | 111101 | 10101 | 0 | 11000 | 1001010 | 1000101 | 101001 | 111010 | 10100 |
Color Harmonies of #503D15
Complementary color
Monochromatic Colors of #503D15
Black with #503D15
Text Example
Text Example
White with #503D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D15; }
p { color: rgb(80,61,21); }
H1.HeaderClassName
{
color: #503D15;
}
.AnyTagClassName
{
color: #503D15;
}
</style>
background-color css
<style>
a { background-color: #503D15; }
a { background-color: rgb(80,61,21); }
div.DivClassName
{
background-color: #503D15;
}
.BgClassName
{
background-color: #503D15;
}
</style>
border-color css
<style>
span { border-color: #503D15; }
span { border-color: rgb(80,61,21); }
td.TdClassName
{
border-color: #503D15;
}
.TagClassName
{
border-color: #503D15;
}
</style>