Shades of Mardi Gras #470D45
Tints of Mardi Gras #470D45
RGB
CMYK
RGB Variations
Color information
#470D45 (or 0x470D45) is known color: Mardi Gras. HEX triplet: 47, 0D and 45. RGB value is (71,13,69). Sum of RGB (Red+Green+Blue) = 71+13+69=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 69 (27.34% from 255 or 45.10% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #470D45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D45 is #B8F2BA. Grayscale: #242424. Windows color (decimal): -12120763 or 4525383. OLE color: 4525383.
HSL color Cylindrical-coordinate representation of color #470D45: hue angle of 302.07º 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 #470D45 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 13 | 69 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.72 |
| HSL | 302.07º | 0.69% | 0.16% | - |
| HSV(B) | 302.07º | 0.82% | 0.28% | - |
| XYZ | 3.82 | 2.06 | 5.83 | - |
| YUV | 36.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 69 | 0 | 0.82 | 0.03 | 0.72 | 302.07 | 0.69 | 0.16 |
| Hex | 47 | D | 45 | 0 | 52 | 3 | 48 | 12E | 45 | 10 |
| Octal | 107 | 15 | 105 | 0 | 122 | 3 | 110 | 456 | 105 | 20 |
| Binary | 1000111 | 1101 | 1000101 | 0 | 1010010 | 11 | 1001000 | 100101110 | 1000101 | 10000 |
Color Harmonies of #470D45
Complementary color
Monochromatic Colors of #470D45
Black with #470D45
Text Example
Text Example
White with #470D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470D45; }
p { color: rgb(71,13,69); }
H1.HeaderClassName
{
color: #470D45;
}
.AnyTagClassName
{
color: #470D45;
}
</style>
background-color css
<style>
a { background-color: #470D45; }
a { background-color: rgb(71,13,69); }
div.DivClassName
{
background-color: #470D45;
}
.BgClassName
{
background-color: #470D45;
}
</style>
border-color css
<style>
span { border-color: #470D45; }
span { border-color: rgb(71,13,69); }
td.TdClassName
{
border-color: #470D45;
}
.TagClassName
{
border-color: #470D45;
}
</style>