Shades of Madras #504123
Tints of Madras #504123
RGB
CMYK
RGB Variations
Color information
#504123 (or 0x504123) is known color: Madras. HEX triplet: 50, 41 and 23. RGB value is (80,65,35). Sum of RGB (Red+Green+Blue) = 80+65+35=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #504123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504123 is #AFBEDC. Grayscale: #424242. Windows color (decimal): -11517661 or 2310480. OLE color: 2310480.
HSL color Cylindrical-coordinate representation of color #504123: hue angle of 40º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #504123 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 65 | 35 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.69 |
| HSL | 40º | 0.39% | 0.23% | - |
| HSV(B) | 40º | 0.56% | 0.31% | - |
| XYZ | 5.5 | 5.61 | 2.38 | - |
| YUV | 66.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 35 | 0 | 0.19 | 0.56 | 0.69 | 40 | 0.39 | 0.23 |
| Hex | 50 | 41 | 23 | 0 | 13 | 38 | 45 | 28 | 27 | 17 |
| Octal | 120 | 101 | 43 | 0 | 23 | 70 | 105 | 50 | 47 | 27 |
| Binary | 1010000 | 1000001 | 100011 | 0 | 10011 | 111000 | 1000101 | 101000 | 100111 | 10111 |
Color Harmonies of #504123
Complementary color
Monochromatic Colors of #504123
Black with #504123
Text Example
Text Example
White with #504123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504123; }
p { color: rgb(80,65,35); }
H1.HeaderClassName
{
color: #504123;
}
.AnyTagClassName
{
color: #504123;
}
</style>
background-color css
<style>
a { background-color: #504123; }
a { background-color: rgb(80,65,35); }
div.DivClassName
{
background-color: #504123;
}
.BgClassName
{
background-color: #504123;
}
</style>
border-color css
<style>
span { border-color: #504123; }
span { border-color: rgb(80,65,35); }
td.TdClassName
{
border-color: #504123;
}
.TagClassName
{
border-color: #504123;
}
</style>