Shades of Madras #52431B
Tints of Madras #52431B
RGB
CMYK
RGB Variations
Color information
#52431B (or 0x52431B) is known color: Madras. HEX triplet: 52, 43 and 1B. RGB value is (82,67,27). Sum of RGB (Red+Green+Blue) = 82+67+27=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #52431B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52431B is #ADBCE4. Grayscale: #434343. Windows color (decimal): -11386085 or 1786706. OLE color: 1786706.
HSL color Cylindrical-coordinate representation of color #52431B: hue angle of 43.64º 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 #52431B is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 67 | 27 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.68 |
| HSL | 43.64º | 0.5% | 0.21% | - |
| HSV(B) | 43.64º | 0.67% | 0.32% | - |
| XYZ | 5.68 | 5.89 | 1.87 | - |
| YUV | 66.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 67 | 27 | 0 | 0.18 | 0.67 | 0.68 | 43.64 | 0.5 | 0.21 |
| Hex | 52 | 43 | 1B | 0 | 12 | 43 | 44 | 2C | 32 | 15 |
| Octal | 122 | 103 | 33 | 0 | 22 | 103 | 104 | 54 | 62 | 25 |
| Binary | 1010010 | 1000011 | 11011 | 0 | 10010 | 1000011 | 1000100 | 101100 | 110010 | 10101 |
Color Harmonies of #52431B
Complementary color
Monochromatic Colors of #52431B
Black with #52431B
Text Example
Text Example
White with #52431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52431B; }
p { color: rgb(82,67,27); }
H1.HeaderClassName
{
color: #52431B;
}
.AnyTagClassName
{
color: #52431B;
}
</style>
background-color css
<style>
a { background-color: #52431B; }
a { background-color: rgb(82,67,27); }
div.DivClassName
{
background-color: #52431B;
}
.BgClassName
{
background-color: #52431B;
}
</style>
border-color css
<style>
span { border-color: #52431B; }
span { border-color: rgb(82,67,27); }
td.TdClassName
{
border-color: #52431B;
}
.TagClassName
{
border-color: #52431B;
}
</style>