Shades of Madras #50420B
Tints of Madras #50420B
RGB
CMYK
RGB Variations
Color information
#50420B (or 0x50420B) is known color: Madras. HEX triplet: 50, 42 and 0B. RGB value is (80,66,11). Sum of RGB (Red+Green+Blue) = 80+66+11=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #50420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50420B is #AFBDF4. Grayscale: #404040. Windows color (decimal): -11517429 or 737872. OLE color: 737872.
HSL color Cylindrical-coordinate representation of color #50420B: hue angle of 47.83º 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 #50420B is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 66 | 11 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.69 |
| HSL | 47.83º | 0.76% | 0.18% | - |
| HSV(B) | 47.83º | 0.86% | 0.31% | - |
| XYZ | 5.32 | 5.63 | 1.12 | - |
| YUV | 63.92 | 98.14 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 11 | 0 | 0.17 | 0.86 | 0.69 | 47.83 | 0.76 | 0.18 |
| Hex | 50 | 42 | B | 0 | 11 | 56 | 45 | 30 | 4C | 12 |
| Octal | 120 | 102 | 13 | 0 | 21 | 126 | 105 | 60 | 114 | 22 |
| Binary | 1010000 | 1000010 | 1011 | 0 | 10001 | 1010110 | 1000101 | 110000 | 1001100 | 10010 |
Color Harmonies of #50420B
Complementary color
Monochromatic Colors of #50420B
Black with #50420B
Text Example
Text Example
White with #50420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50420B; }
p { color: rgb(80,66,11); }
H1.HeaderClassName
{
color: #50420B;
}
.AnyTagClassName
{
color: #50420B;
}
</style>
background-color css
<style>
a { background-color: #50420B; }
a { background-color: rgb(80,66,11); }
div.DivClassName
{
background-color: #50420B;
}
.BgClassName
{
background-color: #50420B;
}
</style>
border-color css
<style>
span { border-color: #50420B; }
span { border-color: rgb(80,66,11); }
td.TdClassName
{
border-color: #50420B;
}
.TagClassName
{
border-color: #50420B;
}
</style>