Shades of Mardi Gras #470D44
Tints of Mardi Gras #470D44
RGB
CMYK
RGB Variations
Color information
#470D44 (or 0x470D44) is known color: Mardi Gras. HEX triplet: 47, 0D and 44. RGB value is (71,13,68). Sum of RGB (Red+Green+Blue) = 71+13+68=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #470D44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D44 is #B8F2BB. Grayscale: #242424. Windows color (decimal): -12120764 or 4459847. OLE color: 4459847.
HSL color Cylindrical-coordinate representation of color #470D44: hue angle of 303.1º 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 #470D44 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 13 | 68 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.72 |
| HSL | 303.1º | 0.69% | 0.16% | - |
| HSV(B) | 303.1º | 0.82% | 0.28% | - |
| XYZ | 3.79 | 2.04 | 5.66 | - |
| YUV | 36.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 68 | 0 | 0.82 | 0.04 | 0.72 | 303.1 | 0.69 | 0.16 |
| Hex | 47 | D | 44 | 0 | 52 | 4 | 48 | 12F | 45 | 10 |
| Octal | 107 | 15 | 104 | 0 | 122 | 4 | 110 | 457 | 105 | 20 |
| Binary | 1000111 | 1101 | 1000100 | 0 | 1010010 | 100 | 1001000 | 100101111 | 1000101 | 10000 |
Color Harmonies of #470D44
Complementary color
Monochromatic Colors of #470D44
Black with #470D44
Text Example
Text Example
White with #470D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470D44; }
p { color: rgb(71,13,68); }
H1.HeaderClassName
{
color: #470D44;
}
.AnyTagClassName
{
color: #470D44;
}
</style>
background-color css
<style>
a { background-color: #470D44; }
a { background-color: rgb(71,13,68); }
div.DivClassName
{
background-color: #470D44;
}
.BgClassName
{
background-color: #470D44;
}
</style>
border-color css
<style>
span { border-color: #470D44; }
span { border-color: rgb(71,13,68); }
td.TdClassName
{
border-color: #470D44;
}
.TagClassName
{
border-color: #470D44;
}
</style>