Shades of Madras #50430D
Tints of Madras #50430D
RGB
CMYK
RGB Variations
Color information
#50430D (or 0x50430D) is known color: Madras. HEX triplet: 50, 43 and 0D. RGB value is (80,67,13). Sum of RGB (Red+Green+Blue) = 80+67+13=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50430D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50430D is #AFBCF2. Grayscale: #404040. Windows color (decimal): -11517171 or 869200. OLE color: 869200.
HSL color Cylindrical-coordinate representation of color #50430D: hue angle of 48.36º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50430D is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 67 | 13 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.69 |
| HSL | 48.36º | 0.72% | 0.18% | - |
| HSV(B) | 48.36º | 0.84% | 0.31% | - |
| XYZ | 5.39 | 5.75 | 1.21 | - |
| YUV | 64.73 | 98.81 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 13 | 0 | 0.16 | 0.84 | 0.69 | 48.36 | 0.72 | 0.18 |
| Hex | 50 | 43 | D | 0 | 10 | 54 | 45 | 30 | 48 | 12 |
| Octal | 120 | 103 | 15 | 0 | 20 | 124 | 105 | 60 | 110 | 22 |
| Binary | 1010000 | 1000011 | 1101 | 0 | 10000 | 1010100 | 1000101 | 110000 | 1001000 | 10010 |
Color Harmonies of #50430D
Complementary color
Monochromatic Colors of #50430D
Black with #50430D
Text Example
Text Example
White with #50430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50430D; }
p { color: rgb(80,67,13); }
H1.HeaderClassName
{
color: #50430D;
}
.AnyTagClassName
{
color: #50430D;
}
</style>
background-color css
<style>
a { background-color: #50430D; }
a { background-color: rgb(80,67,13); }
div.DivClassName
{
background-color: #50430D;
}
.BgClassName
{
background-color: #50430D;
}
</style>
border-color css
<style>
span { border-color: #50430D; }
span { border-color: rgb(80,67,13); }
td.TdClassName
{
border-color: #50430D;
}
.TagClassName
{
border-color: #50430D;
}
</style>