Shades of Madras #503F10
Tints of Madras #503F10
RGB
CMYK
RGB Variations
Color information
#503F10 (or 0x503F10) is known color: Madras. HEX triplet: 50, 3F and 10. RGB value is (80,63,16). Sum of RGB (Red+Green+Blue) = 80+63+16=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #503F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503F10 is #AFC0EF. Grayscale: #3E3E3E. Windows color (decimal): -11518192 or 1064784. OLE color: 1064784.
HSL color Cylindrical-coordinate representation of color #503F10: hue angle of 44.06º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #503F10 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 16 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.69 |
| HSL | 44.06º | 0.67% | 0.19% | - |
| HSV(B) | 44.06º | 0.8% | 0.31% | - |
| XYZ | 5.18 | 5.3 | 1.24 | - |
| YUV | 62.73 | 101.63 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 16 | 0 | 0.21 | 0.80 | 0.69 | 44.06 | 0.67 | 0.19 |
| Hex | 50 | 3F | 10 | 0 | 15 | 50 | 45 | 2C | 43 | 13 |
| Octal | 120 | 77 | 20 | 0 | 25 | 120 | 105 | 54 | 103 | 23 |
| Binary | 1010000 | 111111 | 10000 | 0 | 10101 | 1010000 | 1000101 | 101100 | 1000011 | 10011 |
Color Harmonies of #503F10
Complementary color
Monochromatic Colors of #503F10
Black with #503F10
Text Example
Text Example
White with #503F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F10; }
p { color: rgb(80,63,16); }
H1.HeaderClassName
{
color: #503F10;
}
.AnyTagClassName
{
color: #503F10;
}
</style>
background-color css
<style>
a { background-color: #503F10; }
a { background-color: rgb(80,63,16); }
div.DivClassName
{
background-color: #503F10;
}
.BgClassName
{
background-color: #503F10;
}
</style>
border-color css
<style>
span { border-color: #503F10; }
span { border-color: rgb(80,63,16); }
td.TdClassName
{
border-color: #503F10;
}
.TagClassName
{
border-color: #503F10;
}
</style>