Shades of Madras #50420A
Tints of Madras #50420A
RGB
CMYK
RGB Variations
Color information
#50420A (or 0x50420A) is known color: Madras. HEX triplet: 50, 42 and 0A. RGB value is (80,66,10). Sum of RGB (Red+Green+Blue) = 80+66+10=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #50420A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50420A is #AFBDF5. Grayscale: #404040. Windows color (decimal): -11517430 or 672336. OLE color: 672336.
HSL color Cylindrical-coordinate representation of color #50420A: hue angle of 48º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50420A is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 66 | 10 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.69 |
| HSL | 48º | 0.78% | 0.18% | - |
| HSV(B) | 48º | 0.88% | 0.31% | - |
| XYZ | 5.31 | 5.62 | 1.09 | - |
| YUV | 63.8 | 97.64 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 10 | 0 | 0.17 | 0.87 | 0.69 | 48 | 0.78 | 0.18 |
| Hex | 50 | 42 | A | 0 | 11 | 57 | 45 | 30 | 4E | 12 |
| Octal | 120 | 102 | 12 | 0 | 21 | 127 | 105 | 60 | 116 | 22 |
| Binary | 1010000 | 1000010 | 1010 | 0 | 10001 | 1010111 | 1000101 | 110000 | 1001110 | 10010 |
Color Harmonies of #50420A
Complementary color
Monochromatic Colors of #50420A
Black with #50420A
Text Example
Text Example
White with #50420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50420A; }
p { color: rgb(80,66,10); }
H1.HeaderClassName
{
color: #50420A;
}
.AnyTagClassName
{
color: #50420A;
}
</style>
background-color css
<style>
a { background-color: #50420A; }
a { background-color: rgb(80,66,10); }
div.DivClassName
{
background-color: #50420A;
}
.BgClassName
{
background-color: #50420A;
}
</style>
border-color css
<style>
span { border-color: #50420A; }
span { border-color: rgb(80,66,10); }
td.TdClassName
{
border-color: #50420A;
}
.TagClassName
{
border-color: #50420A;
}
</style>