Shades of Madras #50440A
Tints of Madras #50440A
RGB
CMYK
RGB Variations
Color information
#50440A (or 0x50440A) is known color: Madras. HEX triplet: 50, 44 and 0A. RGB value is (80,68,10). Sum of RGB (Red+Green+Blue) = 80+68+10=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #50440A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50440A is #AFBBF5. Grayscale: #414141. Windows color (decimal): -11516918 or 672848. OLE color: 672848.
HSL color Cylindrical-coordinate representation of color #50440A: hue angle of 49.71º 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 #50440A is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 68 | 10 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.69 |
| HSL | 49.71º | 0.78% | 0.18% | - |
| HSV(B) | 49.71º | 0.88% | 0.31% | - |
| XYZ | 5.43 | 5.86 | 1.13 | - |
| YUV | 64.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 10 | 0 | 0.15 | 0.87 | 0.69 | 49.71 | 0.78 | 0.18 |
| Hex | 50 | 44 | A | 0 | F | 57 | 45 | 32 | 4E | 12 |
| Octal | 120 | 104 | 12 | 0 | 17 | 127 | 105 | 62 | 116 | 22 |
| Binary | 1010000 | 1000100 | 1010 | 0 | 1111 | 1010111 | 1000101 | 110010 | 1001110 | 10010 |
Color Harmonies of #50440A
Complementary color
Monochromatic Colors of #50440A
Black with #50440A
Text Example
Text Example
White with #50440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50440A; }
p { color: rgb(80,68,10); }
H1.HeaderClassName
{
color: #50440A;
}
.AnyTagClassName
{
color: #50440A;
}
</style>
background-color css
<style>
a { background-color: #50440A; }
a { background-color: rgb(80,68,10); }
div.DivClassName
{
background-color: #50440A;
}
.BgClassName
{
background-color: #50440A;
}
</style>
border-color css
<style>
span { border-color: #50440A; }
span { border-color: rgb(80,68,10); }
td.TdClassName
{
border-color: #50440A;
}
.TagClassName
{
border-color: #50440A;
}
</style>