Shades of Madras #503A07
Tints of Madras #503A07
RGB
CMYK
RGB Variations
Color information
#503A07 (or 0x503A07) is known color: Madras. HEX triplet: 50, 3A and 07. RGB value is (80,58,7). Sum of RGB (Red+Green+Blue) = 80+58+7=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #503A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503A07 is #AFC5F8. Grayscale: #3A3A3A. Windows color (decimal): -11519481 or 473680. OLE color: 473680.
HSL color Cylindrical-coordinate representation of color #503A07: hue angle of 41.92º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #503A07 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 7 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.69 |
| HSL | 41.92º | 0.84% | 0.17% | - |
| HSV(B) | 41.92º | 0.91% | 0.31% | - |
| XYZ | 4.86 | 4.75 | 0.86 | - |
| YUV | 58.76 | 98.79 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 7 | 0 | 0.28 | 0.91 | 0.69 | 41.92 | 0.84 | 0.17 |
| Hex | 50 | 3A | 7 | 0 | 1C | 5B | 45 | 2A | 54 | 11 |
| Octal | 120 | 72 | 7 | 0 | 34 | 133 | 105 | 52 | 124 | 21 |
| Binary | 1010000 | 111010 | 111 | 0 | 11100 | 1011011 | 1000101 | 101010 | 1010100 | 10001 |
Color Harmonies of #503A07
Complementary color
Monochromatic Colors of #503A07
Black with #503A07
Text Example
Text Example
White with #503A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A07; }
p { color: rgb(80,58,7); }
H1.HeaderClassName
{
color: #503A07;
}
.AnyTagClassName
{
color: #503A07;
}
</style>
background-color css
<style>
a { background-color: #503A07; }
a { background-color: rgb(80,58,7); }
div.DivClassName
{
background-color: #503A07;
}
.BgClassName
{
background-color: #503A07;
}
</style>
border-color css
<style>
span { border-color: #503A07; }
span { border-color: rgb(80,58,7); }
td.TdClassName
{
border-color: #503A07;
}
.TagClassName
{
border-color: #503A07;
}
</style>