Shades of Madras #50421D
Tints of Madras #50421D
RGB
CMYK
RGB Variations
Color information
#50421D (or 0x50421D) is known color: Madras. HEX triplet: 50, 42 and 1D. RGB value is (80,66,29). Sum of RGB (Red+Green+Blue) = 80+66+29=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #50421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50421D is #AFBDE2. Grayscale: #424242. Windows color (decimal): -11517411 or 1917520. OLE color: 1917520.
HSL color Cylindrical-coordinate representation of color #50421D: hue angle of 43.53º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50421D is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 66 | 29 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.69 |
| HSL | 43.53º | 0.47% | 0.21% | - |
| HSV(B) | 43.53º | 0.64% | 0.31% | - |
| XYZ | 5.48 | 5.69 | 1.97 | - |
| YUV | 65.97 | 107.14 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 29 | 0 | 0.17 | 0.64 | 0.69 | 43.53 | 0.47 | 0.21 |
| Hex | 50 | 42 | 1D | 0 | 11 | 40 | 45 | 2C | 2F | 15 |
| Octal | 120 | 102 | 35 | 0 | 21 | 100 | 105 | 54 | 57 | 25 |
| Binary | 1010000 | 1000010 | 11101 | 0 | 10001 | 1000000 | 1000101 | 101100 | 101111 | 10101 |
Color Harmonies of #50421D
Complementary color
Monochromatic Colors of #50421D
Black with #50421D
Text Example
Text Example
White with #50421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50421D; }
p { color: rgb(80,66,29); }
H1.HeaderClassName
{
color: #50421D;
}
.AnyTagClassName
{
color: #50421D;
}
</style>
background-color css
<style>
a { background-color: #50421D; }
a { background-color: rgb(80,66,29); }
div.DivClassName
{
background-color: #50421D;
}
.BgClassName
{
background-color: #50421D;
}
</style>
border-color css
<style>
span { border-color: #50421D; }
span { border-color: rgb(80,66,29); }
td.TdClassName
{
border-color: #50421D;
}
.TagClassName
{
border-color: #50421D;
}
</style>