Shades of Madras #50430E
Tints of Madras #50430E
RGB
CMYK
RGB Variations
Color information
#50430E (or 0x50430E) is known color: Madras. HEX triplet: 50, 43 and 0E. RGB value is (80,67,14). Sum of RGB (Red+Green+Blue) = 80+67+14=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50430E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50430E is #AFBCF1. Grayscale: #414141. Windows color (decimal): -11517170 or 934736. OLE color: 934736.
HSL color Cylindrical-coordinate representation of color #50430E: hue angle of 48.18º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50430E is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 67 | 14 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.69 |
| HSL | 48.18º | 0.7% | 0.18% | - |
| HSV(B) | 48.18º | 0.83% | 0.31% | - |
| XYZ | 5.39 | 5.75 | 1.24 | - |
| YUV | 64.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 14 | 0 | 0.16 | 0.83 | 0.69 | 48.18 | 0.7 | 0.18 |
| Hex | 50 | 43 | E | 0 | 10 | 53 | 45 | 30 | 46 | 12 |
| Octal | 120 | 103 | 16 | 0 | 20 | 123 | 105 | 60 | 106 | 22 |
| Binary | 1010000 | 1000011 | 1110 | 0 | 10000 | 1010011 | 1000101 | 110000 | 1000110 | 10010 |
Color Harmonies of #50430E
Complementary color
Monochromatic Colors of #50430E
Black with #50430E
Text Example
Text Example
White with #50430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50430E; }
p { color: rgb(80,67,14); }
H1.HeaderClassName
{
color: #50430E;
}
.AnyTagClassName
{
color: #50430E;
}
</style>
background-color css
<style>
a { background-color: #50430E; }
a { background-color: rgb(80,67,14); }
div.DivClassName
{
background-color: #50430E;
}
.BgClassName
{
background-color: #50430E;
}
</style>
border-color css
<style>
span { border-color: #50430E; }
span { border-color: rgb(80,67,14); }
td.TdClassName
{
border-color: #50430E;
}
.TagClassName
{
border-color: #50430E;
}
</style>