Shades of Madras #52421C
Tints of Madras #52421C
RGB
CMYK
RGB Variations
Color information
#52421C (or 0x52421C) is known color: Madras. HEX triplet: 52, 42 and 1C. RGB value is (82,66,28). Sum of RGB (Red+Green+Blue) = 82+66+28=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #52421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52421C is #ADBDE3. Grayscale: #424242. Windows color (decimal): -11386340 or 1851986. OLE color: 1851986.
HSL color Cylindrical-coordinate representation of color #52421C: hue angle of 42.22º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52421C is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 66 | 28 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.68 |
| HSL | 42.22º | 0.49% | 0.22% | - |
| HSV(B) | 42.22º | 0.66% | 0.32% | - |
| XYZ | 5.64 | 5.77 | 1.92 | - |
| YUV | 66.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 66 | 28 | 0 | 0.20 | 0.66 | 0.68 | 42.22 | 0.49 | 0.22 |
| Hex | 52 | 42 | 1C | 0 | 14 | 42 | 44 | 2A | 31 | 16 |
| Octal | 122 | 102 | 34 | 0 | 24 | 102 | 104 | 52 | 61 | 26 |
| Binary | 1010010 | 1000010 | 11100 | 0 | 10100 | 1000010 | 1000100 | 101010 | 110001 | 10110 |
Color Harmonies of #52421C
Complementary color
Monochromatic Colors of #52421C
Black with #52421C
Text Example
Text Example
White with #52421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52421C; }
p { color: rgb(82,66,28); }
H1.HeaderClassName
{
color: #52421C;
}
.AnyTagClassName
{
color: #52421C;
}
</style>
background-color css
<style>
a { background-color: #52421C; }
a { background-color: rgb(82,66,28); }
div.DivClassName
{
background-color: #52421C;
}
.BgClassName
{
background-color: #52421C;
}
</style>
border-color css
<style>
span { border-color: #52421C; }
span { border-color: rgb(82,66,28); }
td.TdClassName
{
border-color: #52421C;
}
.TagClassName
{
border-color: #52421C;
}
</style>