Shades of Madras #504003
Tints of Madras #504003
RGB
CMYK
RGB Variations
Color information
#504003 (or 0x504003) is known color: Madras. HEX triplet: 50, 40 and 03. RGB value is (80,64,3). Sum of RGB (Red+Green+Blue) = 80+64+3=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #504003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504003 is #AFBFFC. Grayscale: #3E3E3E. Windows color (decimal): -11517949 or 213072. OLE color: 213072.
HSL color Cylindrical-coordinate representation of color #504003: hue angle of 47.53º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #504003 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 64 | 3 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.69 |
| HSL | 47.53º | 0.93% | 0.16% | - |
| HSV(B) | 47.53º | 0.96% | 0.31% | - |
| XYZ | 5.16 | 5.38 | 0.85 | - |
| YUV | 61.83 | 94.8 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 3 | 0 | 0.20 | 0.96 | 0.69 | 47.53 | 0.93 | 0.16 |
| Hex | 50 | 40 | 3 | 0 | 14 | 60 | 45 | 30 | 5D | 10 |
| Octal | 120 | 100 | 3 | 0 | 24 | 140 | 105 | 60 | 135 | 20 |
| Binary | 1010000 | 1000000 | 11 | 0 | 10100 | 1100000 | 1000101 | 110000 | 1011101 | 10000 |
Color Harmonies of #504003
Complementary color
Monochromatic Colors of #504003
Black with #504003
Text Example
Text Example
White with #504003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504003; }
p { color: rgb(80,64,3); }
H1.HeaderClassName
{
color: #504003;
}
.AnyTagClassName
{
color: #504003;
}
</style>
background-color css
<style>
a { background-color: #504003; }
a { background-color: rgb(80,64,3); }
div.DivClassName
{
background-color: #504003;
}
.BgClassName
{
background-color: #504003;
}
</style>
border-color css
<style>
span { border-color: #504003; }
span { border-color: rgb(80,64,3); }
td.TdClassName
{
border-color: #504003;
}
.TagClassName
{
border-color: #504003;
}
</style>