Shades of Madras #50401A
Tints of Madras #50401A
RGB
CMYK
RGB Variations
Color information
#50401A (or 0x50401A) is known color: Madras. HEX triplet: 50, 40 and 1A. RGB value is (80,64,26). Sum of RGB (Red+Green+Blue) = 80+64+26=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #50401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50401A is #AFBFE5. Grayscale: #404040. Windows color (decimal): -11517926 or 1720400. OLE color: 1720400.
HSL color Cylindrical-coordinate representation of color #50401A: hue angle of 42.22º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50401A is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 64 | 26 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.69 |
| HSL | 42.22º | 0.51% | 0.21% | - |
| HSV(B) | 42.22º | 0.68% | 0.31% | - |
| XYZ | 5.33 | 5.45 | 1.75 | - |
| YUV | 64.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 26 | 0 | 0.20 | 0.67 | 0.69 | 42.22 | 0.51 | 0.21 |
| Hex | 50 | 40 | 1A | 0 | 14 | 43 | 45 | 2A | 33 | 15 |
| Octal | 120 | 100 | 32 | 0 | 24 | 103 | 105 | 52 | 63 | 25 |
| Binary | 1010000 | 1000000 | 11010 | 0 | 10100 | 1000011 | 1000101 | 101010 | 110011 | 10101 |
Color Harmonies of #50401A
Complementary color
Monochromatic Colors of #50401A
Black with #50401A
Text Example
Text Example
White with #50401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50401A; }
p { color: rgb(80,64,26); }
H1.HeaderClassName
{
color: #50401A;
}
.AnyTagClassName
{
color: #50401A;
}
</style>
background-color css
<style>
a { background-color: #50401A; }
a { background-color: rgb(80,64,26); }
div.DivClassName
{
background-color: #50401A;
}
.BgClassName
{
background-color: #50401A;
}
</style>
border-color css
<style>
span { border-color: #50401A; }
span { border-color: rgb(80,64,26); }
td.TdClassName
{
border-color: #50401A;
}
.TagClassName
{
border-color: #50401A;
}
</style>