Shades of Madras #504104
Tints of Madras #504104
RGB
CMYK
RGB Variations
Color information
#504104 (or 0x504104) is known color: Madras. HEX triplet: 50, 41 and 04. RGB value is (80,65,4). Sum of RGB (Red+Green+Blue) = 80+65+4=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #504104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504104 is #AFBEFB. Grayscale: #3E3E3E. Windows color (decimal): -11517692 or 278864. OLE color: 278864.
HSL color Cylindrical-coordinate representation of color #504104: hue angle of 48.16º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #504104 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 65 | 4 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.69 |
| HSL | 48.16º | 0.9% | 0.16% | - |
| HSV(B) | 48.16º | 0.95% | 0.31% | - |
| XYZ | 5.22 | 5.49 | 0.9 | - |
| YUV | 62.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 4 | 0 | 0.19 | 0.95 | 0.69 | 48.16 | 0.9 | 0.16 |
| Hex | 50 | 41 | 4 | 0 | 13 | 5F | 45 | 30 | 5A | 10 |
| Octal | 120 | 101 | 4 | 0 | 23 | 137 | 105 | 60 | 132 | 20 |
| Binary | 1010000 | 1000001 | 100 | 0 | 10011 | 1011111 | 1000101 | 110000 | 1011010 | 10000 |
Color Harmonies of #504104
Complementary color
Monochromatic Colors of #504104
Black with #504104
Text Example
Text Example
White with #504104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504104; }
p { color: rgb(80,65,4); }
H1.HeaderClassName
{
color: #504104;
}
.AnyTagClassName
{
color: #504104;
}
</style>
background-color css
<style>
a { background-color: #504104; }
a { background-color: rgb(80,65,4); }
div.DivClassName
{
background-color: #504104;
}
.BgClassName
{
background-color: #504104;
}
</style>
border-color css
<style>
span { border-color: #504104; }
span { border-color: rgb(80,65,4); }
td.TdClassName
{
border-color: #504104;
}
.TagClassName
{
border-color: #504104;
}
</style>