Shades of Madras #53410B
Tints of Madras #53410B
RGB
CMYK
RGB Variations
Color information
#53410B (or 0x53410B) is known color: Madras. HEX triplet: 53, 41 and 0B. RGB value is (83,65,11). Sum of RGB (Red+Green+Blue) = 83+65+11=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #53410B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53410B is #ACBEF4. Grayscale: #404040. Windows color (decimal): -11321077 or 737619. OLE color: 737619.
HSL color Cylindrical-coordinate representation of color #53410B: hue angle of 45º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53410B is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 65 | 11 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.67 |
| HSL | 45º | 0.77% | 0.18% | - |
| HSV(B) | 45º | 0.87% | 0.33% | - |
| XYZ | 5.52 | 5.64 | 1.12 | - |
| YUV | 64.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 11 | 0 | 0.22 | 0.87 | 0.67 | 45 | 0.77 | 0.18 |
| Hex | 53 | 41 | B | 0 | 16 | 57 | 43 | 2D | 4D | 12 |
| Octal | 123 | 101 | 13 | 0 | 26 | 127 | 103 | 55 | 115 | 22 |
| Binary | 1010011 | 1000001 | 1011 | 0 | 10110 | 1010111 | 1000011 | 101101 | 1001101 | 10010 |
Color Harmonies of #53410B
Complementary color
Monochromatic Colors of #53410B
Black with #53410B
Text Example
Text Example
White with #53410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53410B; }
p { color: rgb(83,65,11); }
H1.HeaderClassName
{
color: #53410B;
}
.AnyTagClassName
{
color: #53410B;
}
</style>
background-color css
<style>
a { background-color: #53410B; }
a { background-color: rgb(83,65,11); }
div.DivClassName
{
background-color: #53410B;
}
.BgClassName
{
background-color: #53410B;
}
</style>
border-color css
<style>
span { border-color: #53410B; }
span { border-color: rgb(83,65,11); }
td.TdClassName
{
border-color: #53410B;
}
.TagClassName
{
border-color: #53410B;
}
</style>