Shades of Madras #50411B
Tints of Madras #50411B
RGB
CMYK
RGB Variations
Color information
#50411B (or 0x50411B) is known color: Madras. HEX triplet: 50, 41 and 1B. RGB value is (80,65,27). Sum of RGB (Red+Green+Blue) = 80+65+27=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #50411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50411B is #AFBEE4. Grayscale: #414141. Windows color (decimal): -11517669 or 1786192. OLE color: 1786192.
HSL color Cylindrical-coordinate representation of color #50411B: hue angle of 43.02º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50411B is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 65 | 27 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.69 |
| HSL | 43.02º | 0.5% | 0.21% | - |
| HSV(B) | 43.02º | 0.66% | 0.31% | - |
| XYZ | 5.4 | 5.57 | 1.83 | - |
| YUV | 65.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 27 | 0 | 0.19 | 0.66 | 0.69 | 43.02 | 0.5 | 0.21 |
| Hex | 50 | 41 | 1B | 0 | 13 | 42 | 45 | 2B | 32 | 15 |
| Octal | 120 | 101 | 33 | 0 | 23 | 102 | 105 | 53 | 62 | 25 |
| Binary | 1010000 | 1000001 | 11011 | 0 | 10011 | 1000010 | 1000101 | 101011 | 110010 | 10101 |
Color Harmonies of #50411B
Complementary color
Monochromatic Colors of #50411B
Black with #50411B
Text Example
Text Example
White with #50411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50411B; }
p { color: rgb(80,65,27); }
H1.HeaderClassName
{
color: #50411B;
}
.AnyTagClassName
{
color: #50411B;
}
</style>
background-color css
<style>
a { background-color: #50411B; }
a { background-color: rgb(80,65,27); }
div.DivClassName
{
background-color: #50411B;
}
.BgClassName
{
background-color: #50411B;
}
</style>
border-color css
<style>
span { border-color: #50411B; }
span { border-color: rgb(80,65,27); }
td.TdClassName
{
border-color: #50411B;
}
.TagClassName
{
border-color: #50411B;
}
</style>