Shades of Madras #50420D
Tints of Madras #50420D
RGB
CMYK
RGB Variations
Color information
#50420D (or 0x50420D) is known color: Madras. HEX triplet: 50, 42 and 0D. RGB value is (80,66,13). Sum of RGB (Red+Green+Blue) = 80+66+13=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50420D is #AFBDF2. Grayscale: #404040. Windows color (decimal): -11517427 or 868944. OLE color: 868944.
HSL color Cylindrical-coordinate representation of color #50420D: hue angle of 47.46º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50420D is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 66 | 13 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.69 |
| HSL | 47.46º | 0.72% | 0.18% | - |
| HSV(B) | 47.46º | 0.84% | 0.31% | - |
| XYZ | 5.33 | 5.63 | 1.19 | - |
| YUV | 64.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 13 | 0 | 0.17 | 0.84 | 0.69 | 47.46 | 0.72 | 0.18 |
| Hex | 50 | 42 | D | 0 | 11 | 54 | 45 | 2F | 48 | 12 |
| Octal | 120 | 102 | 15 | 0 | 21 | 124 | 105 | 57 | 110 | 22 |
| Binary | 1010000 | 1000010 | 1101 | 0 | 10001 | 1010100 | 1000101 | 101111 | 1001000 | 10010 |
Color Harmonies of #50420D
Complementary color
Monochromatic Colors of #50420D
Black with #50420D
Text Example
Text Example
White with #50420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50420D; }
p { color: rgb(80,66,13); }
H1.HeaderClassName
{
color: #50420D;
}
.AnyTagClassName
{
color: #50420D;
}
</style>
background-color css
<style>
a { background-color: #50420D; }
a { background-color: rgb(80,66,13); }
div.DivClassName
{
background-color: #50420D;
}
.BgClassName
{
background-color: #50420D;
}
</style>
border-color css
<style>
span { border-color: #50420D; }
span { border-color: rgb(80,66,13); }
td.TdClassName
{
border-color: #50420D;
}
.TagClassName
{
border-color: #50420D;
}
</style>