Shades of Madras #52411F
Tints of Madras #52411F
RGB
CMYK
RGB Variations
Color information
#52411F (or 0x52411F) is known color: Madras. HEX triplet: 52, 41 and 1F. RGB value is (82,65,31). Sum of RGB (Red+Green+Blue) = 82+65+31=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #52411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52411F is #ADBEE0. Grayscale: #424242. Windows color (decimal): -11386593 or 2048338. OLE color: 2048338.
HSL color Cylindrical-coordinate representation of color #52411F: hue angle of 40º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52411F is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 65 | 31 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.68 |
| HSL | 40º | 0.45% | 0.22% | - |
| HSV(B) | 40º | 0.62% | 0.32% | - |
| XYZ | 5.62 | 5.67 | 2.1 | - |
| YUV | 66.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 31 | 0 | 0.21 | 0.62 | 0.68 | 40 | 0.45 | 0.22 |
| Hex | 52 | 41 | 1F | 0 | 15 | 3E | 44 | 28 | 2D | 16 |
| Octal | 122 | 101 | 37 | 0 | 25 | 76 | 104 | 50 | 55 | 26 |
| Binary | 1010010 | 1000001 | 11111 | 0 | 10101 | 111110 | 1000100 | 101000 | 101101 | 10110 |
Color Harmonies of #52411F
Complementary color
Monochromatic Colors of #52411F
Black with #52411F
Text Example
Text Example
White with #52411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52411F; }
p { color: rgb(82,65,31); }
H1.HeaderClassName
{
color: #52411F;
}
.AnyTagClassName
{
color: #52411F;
}
</style>
background-color css
<style>
a { background-color: #52411F; }
a { background-color: rgb(82,65,31); }
div.DivClassName
{
background-color: #52411F;
}
.BgClassName
{
background-color: #52411F;
}
</style>
border-color css
<style>
span { border-color: #52411F; }
span { border-color: rgb(82,65,31); }
td.TdClassName
{
border-color: #52411F;
}
.TagClassName
{
border-color: #52411F;
}
</style>