Shades of Madras #474121
Tints of Madras #474121
RGB
CMYK
RGB Variations
Color information
#474121 (or 0x474121) is known color: Madras. HEX triplet: 47, 41 and 21. RGB value is (71,65,33). Sum of RGB (Red+Green+Blue) = 71+65+33=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #474121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474121 is #B8BEDE. Grayscale: #3F3F3F. Windows color (decimal): -12107487 or 2179399. OLE color: 2179399.
HSL color Cylindrical-coordinate representation of color #474121: hue angle of 50.53º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #474121 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 65 | 33 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.72 |
| HSL | 50.53º | 0.37% | 0.2% | - |
| HSV(B) | 50.53º | 0.54% | 0.28% | - |
| XYZ | 4.76 | 5.23 | 2.2 | - |
| YUV | 63.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 33 | 0 | 0.08 | 0.54 | 0.72 | 50.53 | 0.37 | 0.2 |
| Hex | 47 | 41 | 21 | 0 | 8 | 36 | 48 | 33 | 25 | 14 |
| Octal | 107 | 101 | 41 | 0 | 10 | 66 | 110 | 63 | 45 | 24 |
| Binary | 1000111 | 1000001 | 100001 | 0 | 1000 | 110110 | 1001000 | 110011 | 100101 | 10100 |
Color Harmonies of #474121
Complementary color
Monochromatic Colors of #474121
Black with #474121
Text Example
Text Example
White with #474121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474121; }
p { color: rgb(71,65,33); }
H1.HeaderClassName
{
color: #474121;
}
.AnyTagClassName
{
color: #474121;
}
</style>
background-color css
<style>
a { background-color: #474121; }
a { background-color: rgb(71,65,33); }
div.DivClassName
{
background-color: #474121;
}
.BgClassName
{
background-color: #474121;
}
</style>
border-color css
<style>
span { border-color: #474121; }
span { border-color: rgb(71,65,33); }
td.TdClassName
{
border-color: #474121;
}
.TagClassName
{
border-color: #474121;
}
</style>