Shades of Madras #52410B
Tints of Madras #52410B
RGB
CMYK
RGB Variations
Color information
#52410B (or 0x52410B) is known color: Madras. HEX triplet: 52, 41 and 0B. RGB value is (82,65,11). Sum of RGB (Red+Green+Blue) = 82+65+11=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #52410B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52410B is #ADBEF4. Grayscale: #404040. Windows color (decimal): -11386613 or 737618. OLE color: 737618.
HSL color Cylindrical-coordinate representation of color #52410B: hue angle of 45.63º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52410B is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 65 | 11 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.68 |
| HSL | 45.63º | 0.76% | 0.18% | - |
| HSV(B) | 45.63º | 0.87% | 0.32% | - |
| XYZ | 5.43 | 5.6 | 1.11 | - |
| YUV | 63.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 11 | 0 | 0.21 | 0.87 | 0.68 | 45.63 | 0.76 | 0.18 |
| Hex | 52 | 41 | B | 0 | 15 | 57 | 44 | 2E | 4C | 12 |
| Octal | 122 | 101 | 13 | 0 | 25 | 127 | 104 | 56 | 114 | 22 |
| Binary | 1010010 | 1000001 | 1011 | 0 | 10101 | 1010111 | 1000100 | 101110 | 1001100 | 10010 |
Color Harmonies of #52410B
Complementary color
Monochromatic Colors of #52410B
Black with #52410B
Text Example
Text Example
White with #52410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52410B; }
p { color: rgb(82,65,11); }
H1.HeaderClassName
{
color: #52410B;
}
.AnyTagClassName
{
color: #52410B;
}
</style>
background-color css
<style>
a { background-color: #52410B; }
a { background-color: rgb(82,65,11); }
div.DivClassName
{
background-color: #52410B;
}
.BgClassName
{
background-color: #52410B;
}
</style>
border-color css
<style>
span { border-color: #52410B; }
span { border-color: rgb(82,65,11); }
td.TdClassName
{
border-color: #52410B;
}
.TagClassName
{
border-color: #52410B;
}
</style>