Shades of Madras #53401D
Tints of Madras #53401D
RGB
CMYK
RGB Variations
Color information
#53401D (or 0x53401D) is known color: Madras. HEX triplet: 53, 40 and 1D. RGB value is (83,64,29). Sum of RGB (Red+Green+Blue) = 83+64+29=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #53401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53401D is #ACBFE2. Grayscale: #414141. Windows color (decimal): -11321315 or 1917011. OLE color: 1917011.
HSL color Cylindrical-coordinate representation of color #53401D: hue angle of 38.89º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53401D is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 29 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.67 |
| HSL | 38.89º | 0.48% | 0.22% | - |
| HSV(B) | 38.89º | 0.65% | 0.33% | - |
| XYZ | 5.62 | 5.59 | 1.95 | - |
| YUV | 65.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 29 | 0 | 0.23 | 0.65 | 0.67 | 38.89 | 0.48 | 0.22 |
| Hex | 53 | 40 | 1D | 0 | 17 | 41 | 43 | 27 | 30 | 16 |
| Octal | 123 | 100 | 35 | 0 | 27 | 101 | 103 | 47 | 60 | 26 |
| Binary | 1010011 | 1000000 | 11101 | 0 | 10111 | 1000001 | 1000011 | 100111 | 110000 | 10110 |
Color Harmonies of #53401D
Complementary color
Monochromatic Colors of #53401D
Black with #53401D
Text Example
Text Example
White with #53401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53401D; }
p { color: rgb(83,64,29); }
H1.HeaderClassName
{
color: #53401D;
}
.AnyTagClassName
{
color: #53401D;
}
</style>
background-color css
<style>
a { background-color: #53401D; }
a { background-color: rgb(83,64,29); }
div.DivClassName
{
background-color: #53401D;
}
.BgClassName
{
background-color: #53401D;
}
</style>
border-color css
<style>
span { border-color: #53401D; }
span { border-color: rgb(83,64,29); }
td.TdClassName
{
border-color: #53401D;
}
.TagClassName
{
border-color: #53401D;
}
</style>