Shades of Madras #50400B
Tints of Madras #50400B
RGB
CMYK
RGB Variations
Color information
#50400B (or 0x50400B) is known color: Madras. HEX triplet: 50, 40 and 0B. RGB value is (80,64,11). Sum of RGB (Red+Green+Blue) = 80+64+11=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #50400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50400B is #AFBFF4. Grayscale: #3E3E3E. Windows color (decimal): -11517941 or 737360. OLE color: 737360.
HSL color Cylindrical-coordinate representation of color #50400B: hue angle of 46.09º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50400B is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 64 | 11 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.69 |
| HSL | 46.09º | 0.76% | 0.18% | - |
| HSV(B) | 46.09º | 0.86% | 0.31% | - |
| XYZ | 5.2 | 5.4 | 1.08 | - |
| YUV | 62.74 | 98.8 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 11 | 0 | 0.20 | 0.86 | 0.69 | 46.09 | 0.76 | 0.18 |
| Hex | 50 | 40 | B | 0 | 14 | 56 | 45 | 2E | 4C | 12 |
| Octal | 120 | 100 | 13 | 0 | 24 | 126 | 105 | 56 | 114 | 22 |
| Binary | 1010000 | 1000000 | 1011 | 0 | 10100 | 1010110 | 1000101 | 101110 | 1001100 | 10010 |
Color Harmonies of #50400B
Complementary color
Monochromatic Colors of #50400B
Black with #50400B
Text Example
Text Example
White with #50400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50400B; }
p { color: rgb(80,64,11); }
H1.HeaderClassName
{
color: #50400B;
}
.AnyTagClassName
{
color: #50400B;
}
</style>
background-color css
<style>
a { background-color: #50400B; }
a { background-color: rgb(80,64,11); }
div.DivClassName
{
background-color: #50400B;
}
.BgClassName
{
background-color: #50400B;
}
</style>
border-color css
<style>
span { border-color: #50400B; }
span { border-color: rgb(80,64,11); }
td.TdClassName
{
border-color: #50400B;
}
.TagClassName
{
border-color: #50400B;
}
</style>