Shades of Madras #504119
Tints of Madras #504119
RGB
CMYK
RGB Variations
Color information
#504119 (or 0x504119) is known color: Madras. HEX triplet: 50, 41 and 19. RGB value is (80,65,25). Sum of RGB (Red+Green+Blue) = 80+65+25=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #504119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504119 is #AFBEE6. Grayscale: #414141. Windows color (decimal): -11517671 or 1655120. OLE color: 1655120.
HSL color Cylindrical-coordinate representation of color #504119: hue angle of 43.64º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #504119 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 65 | 25 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.69 |
| HSL | 43.64º | 0.52% | 0.21% | - |
| HSV(B) | 43.64º | 0.69% | 0.31% | - |
| XYZ | 5.37 | 5.56 | 1.71 | - |
| YUV | 64.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 25 | 0 | 0.19 | 0.69 | 0.69 | 43.64 | 0.52 | 0.21 |
| Hex | 50 | 41 | 19 | 0 | 13 | 45 | 45 | 2C | 34 | 15 |
| Octal | 120 | 101 | 31 | 0 | 23 | 105 | 105 | 54 | 64 | 25 |
| Binary | 1010000 | 1000001 | 11001 | 0 | 10011 | 1000101 | 1000101 | 101100 | 110100 | 10101 |
Color Harmonies of #504119
Complementary color
Monochromatic Colors of #504119
Black with #504119
Text Example
Text Example
White with #504119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504119; }
p { color: rgb(80,65,25); }
H1.HeaderClassName
{
color: #504119;
}
.AnyTagClassName
{
color: #504119;
}
</style>
background-color css
<style>
a { background-color: #504119; }
a { background-color: rgb(80,65,25); }
div.DivClassName
{
background-color: #504119;
}
.BgClassName
{
background-color: #504119;
}
</style>
border-color css
<style>
span { border-color: #504119; }
span { border-color: rgb(80,65,25); }
td.TdClassName
{
border-color: #504119;
}
.TagClassName
{
border-color: #504119;
}
</style>