Shades of Madras #50420E
Tints of Madras #50420E
RGB
CMYK
RGB Variations
Color information
#50420E (or 0x50420E) is known color: Madras. HEX triplet: 50, 42 and 0E. RGB value is (80,66,14). Sum of RGB (Red+Green+Blue) = 80+66+14=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50420E is #AFBDF1. Grayscale: #404040. Windows color (decimal): -11517426 or 934480. OLE color: 934480.
HSL color Cylindrical-coordinate representation of color #50420E: hue angle of 47.27º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50420E is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 66 | 14 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.69 |
| HSL | 47.27º | 0.7% | 0.18% | - |
| HSV(B) | 47.27º | 0.83% | 0.31% | - |
| XYZ | 5.34 | 5.63 | 1.22 | - |
| YUV | 64.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 14 | 0 | 0.17 | 0.83 | 0.69 | 47.27 | 0.7 | 0.18 |
| Hex | 50 | 42 | E | 0 | 11 | 53 | 45 | 2F | 46 | 12 |
| Octal | 120 | 102 | 16 | 0 | 21 | 123 | 105 | 57 | 106 | 22 |
| Binary | 1010000 | 1000010 | 1110 | 0 | 10001 | 1010011 | 1000101 | 101111 | 1000110 | 10010 |
Color Harmonies of #50420E
Complementary color
Monochromatic Colors of #50420E
Black with #50420E
Text Example
Text Example
White with #50420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50420E; }
p { color: rgb(80,66,14); }
H1.HeaderClassName
{
color: #50420E;
}
.AnyTagClassName
{
color: #50420E;
}
</style>
background-color css
<style>
a { background-color: #50420E; }
a { background-color: rgb(80,66,14); }
div.DivClassName
{
background-color: #50420E;
}
.BgClassName
{
background-color: #50420E;
}
</style>
border-color css
<style>
span { border-color: #50420E; }
span { border-color: rgb(80,66,14); }
td.TdClassName
{
border-color: #50420E;
}
.TagClassName
{
border-color: #50420E;
}
</style>