Shades of Madras #50441C
Tints of Madras #50441C
RGB
CMYK
RGB Variations
Color information
#50441C (or 0x50441C) is known color: Madras. HEX triplet: 50, 44 and 1C. RGB value is (80,68,28). Sum of RGB (Red+Green+Blue) = 80+68+28=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #50441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50441C is #AFBBE3. Grayscale: #434343. Windows color (decimal): -11516900 or 1852496. OLE color: 1852496.
HSL color Cylindrical-coordinate representation of color #50441C: hue angle of 46.15º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50441C is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 68 | 28 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.69 |
| HSL | 46.15º | 0.48% | 0.21% | - |
| HSV(B) | 46.15º | 0.65% | 0.31% | - |
| XYZ | 5.58 | 5.92 | 1.95 | - |
| YUV | 67.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 28 | 0 | 0.15 | 0.65 | 0.69 | 46.15 | 0.48 | 0.21 |
| Hex | 50 | 44 | 1C | 0 | F | 41 | 45 | 2E | 30 | 15 |
| Octal | 120 | 104 | 34 | 0 | 17 | 101 | 105 | 56 | 60 | 25 |
| Binary | 1010000 | 1000100 | 11100 | 0 | 1111 | 1000001 | 1000101 | 101110 | 110000 | 10101 |
Color Harmonies of #50441C
Complementary color
Monochromatic Colors of #50441C
Black with #50441C
Text Example
Text Example
White with #50441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50441C; }
p { color: rgb(80,68,28); }
H1.HeaderClassName
{
color: #50441C;
}
.AnyTagClassName
{
color: #50441C;
}
</style>
background-color css
<style>
a { background-color: #50441C; }
a { background-color: rgb(80,68,28); }
div.DivClassName
{
background-color: #50441C;
}
.BgClassName
{
background-color: #50441C;
}
</style>
border-color css
<style>
span { border-color: #50441C; }
span { border-color: rgb(80,68,28); }
td.TdClassName
{
border-color: #50441C;
}
.TagClassName
{
border-color: #50441C;
}
</style>