Shades of Madras #503D1B
Tints of Madras #503D1B
RGB
CMYK
RGB Variations
Color information
#503D1B (or 0x503D1B) is known color: Madras. HEX triplet: 50, 3D and 1B. RGB value is (80,61,27). Sum of RGB (Red+Green+Blue) = 80+61+27=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #503D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D1B is #AFC2E4. Grayscale: #3E3E3E. Windows color (decimal): -11518693 or 1785168. OLE color: 1785168.
HSL color Cylindrical-coordinate representation of color #503D1B: hue angle of 38.49º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #503D1B is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 27 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.69 |
| HSL | 38.49º | 0.5% | 0.21% | - |
| HSV(B) | 38.49º | 0.66% | 0.31% | - |
| XYZ | 5.17 | 5.12 | 1.75 | - |
| YUV | 62.81 | 107.79 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 27 | 0 | 0.24 | 0.66 | 0.69 | 38.49 | 0.5 | 0.21 |
| Hex | 50 | 3D | 1B | 0 | 18 | 42 | 45 | 26 | 32 | 15 |
| Octal | 120 | 75 | 33 | 0 | 30 | 102 | 105 | 46 | 62 | 25 |
| Binary | 1010000 | 111101 | 11011 | 0 | 11000 | 1000010 | 1000101 | 100110 | 110010 | 10101 |
Color Harmonies of #503D1B
Complementary color
Monochromatic Colors of #503D1B
Black with #503D1B
Text Example
Text Example
White with #503D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D1B; }
p { color: rgb(80,61,27); }
H1.HeaderClassName
{
color: #503D1B;
}
.AnyTagClassName
{
color: #503D1B;
}
</style>
background-color css
<style>
a { background-color: #503D1B; }
a { background-color: rgb(80,61,27); }
div.DivClassName
{
background-color: #503D1B;
}
.BgClassName
{
background-color: #503D1B;
}
</style>
border-color css
<style>
span { border-color: #503D1B; }
span { border-color: rgb(80,61,27); }
td.TdClassName
{
border-color: #503D1B;
}
.TagClassName
{
border-color: #503D1B;
}
</style>