Shades of Mardi Gras #470D40
Tints of Mardi Gras #470D40
RGB
CMYK
RGB Variations
Color information
#470D40 (or 0x470D40) is known color: Mardi Gras. HEX triplet: 47, 0D and 40. RGB value is (71,13,64). Sum of RGB (Red+Green+Blue) = 71+13+64=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #470D40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D40 is #B8F2BF. Grayscale: #242424. Windows color (decimal): -12120768 or 4197703. OLE color: 4197703.
HSL color Cylindrical-coordinate representation of color #470D40: hue angle of 307.24º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #470D40 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 13 | 64 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.72 |
| HSL | 307.24º | 0.69% | 0.16% | - |
| HSV(B) | 307.24º | 0.82% | 0.28% | - |
| XYZ | 3.67 | 2 | 5.04 | - |
| YUV | 36.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 64 | 0 | 0.82 | 0.10 | 0.72 | 307.24 | 0.69 | 0.16 |
| Hex | 47 | D | 40 | 0 | 52 | A | 48 | 133 | 45 | 10 |
| Octal | 107 | 15 | 100 | 0 | 122 | 12 | 110 | 463 | 105 | 20 |
| Binary | 1000111 | 1101 | 1000000 | 0 | 1010010 | 1010 | 1001000 | 100110011 | 1000101 | 10000 |
Color Harmonies of #470D40
Complementary color
Monochromatic Colors of #470D40
Black with #470D40
Text Example
Text Example
White with #470D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470D40; }
p { color: rgb(71,13,64); }
H1.HeaderClassName
{
color: #470D40;
}
.AnyTagClassName
{
color: #470D40;
}
</style>
background-color css
<style>
a { background-color: #470D40; }
a { background-color: rgb(71,13,64); }
div.DivClassName
{
background-color: #470D40;
}
.BgClassName
{
background-color: #470D40;
}
</style>
border-color css
<style>
span { border-color: #470D40; }
span { border-color: rgb(71,13,64); }
td.TdClassName
{
border-color: #470D40;
}
.TagClassName
{
border-color: #470D40;
}
</style>