Shades of Mardi Gras #470D3E
Tints of Mardi Gras #470D3E
RGB
CMYK
RGB Variations
Color information
#470D3E (or 0x470D3E) is known color: Mardi Gras. HEX triplet: 47, 0D and 3E. RGB value is (71,13,62). Sum of RGB (Red+Green+Blue) = 71+13+62=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #470D3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D3E is #B8F2C1. Grayscale: #232323. Windows color (decimal): -12120770 or 4066631. OLE color: 4066631.
HSL color Cylindrical-coordinate representation of color #470D3E: hue angle of 309.31º 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 #470D3E is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 13 | 62 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.72 |
| HSL | 309.31º | 0.69% | 0.16% | - |
| HSV(B) | 309.31º | 0.82% | 0.28% | - |
| XYZ | 3.61 | 1.98 | 4.75 | - |
| YUV | 35.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 62 | 0 | 0.82 | 0.13 | 0.72 | 309.31 | 0.69 | 0.16 |
| Hex | 47 | D | 3E | 0 | 52 | D | 48 | 135 | 45 | 10 |
| Octal | 107 | 15 | 76 | 0 | 122 | 15 | 110 | 465 | 105 | 20 |
| Binary | 1000111 | 1101 | 111110 | 0 | 1010010 | 1101 | 1001000 | 100110101 | 1000101 | 10000 |
Color Harmonies of #470D3E
Complementary color
Monochromatic Colors of #470D3E
Black with #470D3E
Text Example
Text Example
White with #470D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470D3E; }
p { color: rgb(71,13,62); }
H1.HeaderClassName
{
color: #470D3E;
}
.AnyTagClassName
{
color: #470D3E;
}
</style>
background-color css
<style>
a { background-color: #470D3E; }
a { background-color: rgb(71,13,62); }
div.DivClassName
{
background-color: #470D3E;
}
.BgClassName
{
background-color: #470D3E;
}
</style>
border-color css
<style>
span { border-color: #470D3E; }
span { border-color: rgb(71,13,62); }
td.TdClassName
{
border-color: #470D3E;
}
.TagClassName
{
border-color: #470D3E;
}
</style>