Shades of Madras #52401B
Tints of Madras #52401B
RGB
CMYK
RGB Variations
Color information
#52401B (or 0x52401B) is known color: Madras. HEX triplet: 52, 40 and 1B. RGB value is (82,64,27). Sum of RGB (Red+Green+Blue) = 82+64+27=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #52401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52401B is #ADBFE4. Grayscale: #414141. Windows color (decimal): -11386853 or 1785938. OLE color: 1785938.
HSL color Cylindrical-coordinate representation of color #52401B: hue angle of 40.36º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52401B is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 64 | 27 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.68 |
| HSL | 40.36º | 0.5% | 0.21% | - |
| HSV(B) | 40.36º | 0.67% | 0.32% | - |
| XYZ | 5.51 | 5.54 | 1.82 | - |
| YUV | 65.16 | 106.46 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 27 | 0 | 0.22 | 0.67 | 0.68 | 40.36 | 0.5 | 0.21 |
| Hex | 52 | 40 | 1B | 0 | 16 | 43 | 44 | 28 | 32 | 15 |
| Octal | 122 | 100 | 33 | 0 | 26 | 103 | 104 | 50 | 62 | 25 |
| Binary | 1010010 | 1000000 | 11011 | 0 | 10110 | 1000011 | 1000100 | 101000 | 110010 | 10101 |
Color Harmonies of #52401B
Complementary color
Monochromatic Colors of #52401B
Black with #52401B
Text Example
Text Example
White with #52401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52401B; }
p { color: rgb(82,64,27); }
H1.HeaderClassName
{
color: #52401B;
}
.AnyTagClassName
{
color: #52401B;
}
</style>
background-color css
<style>
a { background-color: #52401B; }
a { background-color: rgb(82,64,27); }
div.DivClassName
{
background-color: #52401B;
}
.BgClassName
{
background-color: #52401B;
}
</style>
border-color css
<style>
span { border-color: #52401B; }
span { border-color: rgb(82,64,27); }
td.TdClassName
{
border-color: #52401B;
}
.TagClassName
{
border-color: #52401B;
}
</style>