Shades of Mardi Gras #470C42
Tints of Mardi Gras #470C42
RGB
CMYK
RGB Variations
Color information
#470C42 (or 0x470C42) is known color: Mardi Gras. HEX triplet: 47, 0C and 42. RGB value is (71,12,66). Sum of RGB (Red+Green+Blue) = 71+12+66=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #470C42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C42 is #B8F3BD. Grayscale: #232323. Windows color (decimal): -12121022 or 4328519. OLE color: 4328519.
HSL color Cylindrical-coordinate representation of color #470C42: hue angle of 305.08º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #470C42 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 12 | 66 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.72 |
| HSL | 305.08º | 0.71% | 0.16% | - |
| HSV(B) | 305.08º | 0.83% | 0.28% | - |
| XYZ | 3.71 | 2 | 5.34 | - |
| YUV | 35.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 66 | 0 | 0.83 | 0.07 | 0.72 | 305.08 | 0.71 | 0.16 |
| Hex | 47 | C | 42 | 0 | 53 | 7 | 48 | 131 | 47 | 10 |
| Octal | 107 | 14 | 102 | 0 | 123 | 7 | 110 | 461 | 107 | 20 |
| Binary | 1000111 | 1100 | 1000010 | 0 | 1010011 | 111 | 1001000 | 100110001 | 1000111 | 10000 |
Color Harmonies of #470C42
Complementary color
Monochromatic Colors of #470C42
Black with #470C42
Text Example
Text Example
White with #470C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C42; }
p { color: rgb(71,12,66); }
H1.HeaderClassName
{
color: #470C42;
}
.AnyTagClassName
{
color: #470C42;
}
</style>
background-color css
<style>
a { background-color: #470C42; }
a { background-color: rgb(71,12,66); }
div.DivClassName
{
background-color: #470C42;
}
.BgClassName
{
background-color: #470C42;
}
</style>
border-color css
<style>
span { border-color: #470C42; }
span { border-color: rgb(71,12,66); }
td.TdClassName
{
border-color: #470C42;
}
.TagClassName
{
border-color: #470C42;
}
</style>