Shades of Madras #50400F
Tints of Madras #50400F
RGB
CMYK
RGB Variations
Color information
#50400F (or 0x50400F) is known color: Madras. HEX triplet: 50, 40 and 0F. RGB value is (80,64,15). Sum of RGB (Red+Green+Blue) = 80+64+15=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50400F is #AFBFF0. Grayscale: #3F3F3F. Windows color (decimal): -11517937 or 999504. OLE color: 999504.
HSL color Cylindrical-coordinate representation of color #50400F: hue angle of 45.23º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50400F is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 64 | 15 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.69 |
| HSL | 45.23º | 0.68% | 0.19% | - |
| HSV(B) | 45.23º | 0.81% | 0.31% | - |
| XYZ | 5.23 | 5.41 | 1.22 | - |
| YUV | 63.2 | 100.8 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 15 | 0 | 0.20 | 0.81 | 0.69 | 45.23 | 0.68 | 0.19 |
| Hex | 50 | 40 | F | 0 | 14 | 51 | 45 | 2D | 44 | 13 |
| Octal | 120 | 100 | 17 | 0 | 24 | 121 | 105 | 55 | 104 | 23 |
| Binary | 1010000 | 1000000 | 1111 | 0 | 10100 | 1010001 | 1000101 | 101101 | 1000100 | 10011 |
Color Harmonies of #50400F
Complementary color
Monochromatic Colors of #50400F
Black with #50400F
Text Example
Text Example
White with #50400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50400F; }
p { color: rgb(80,64,15); }
H1.HeaderClassName
{
color: #50400F;
}
.AnyTagClassName
{
color: #50400F;
}
</style>
background-color css
<style>
a { background-color: #50400F; }
a { background-color: rgb(80,64,15); }
div.DivClassName
{
background-color: #50400F;
}
.BgClassName
{
background-color: #50400F;
}
</style>
border-color css
<style>
span { border-color: #50400F; }
span { border-color: rgb(80,64,15); }
td.TdClassName
{
border-color: #50400F;
}
.TagClassName
{
border-color: #50400F;
}
</style>