Shades of Mardi Gras #471843
Tints of Mardi Gras #471843
RGB
CMYK
RGB Variations
Color information
#471843 (or 0x471843) is known color: Mardi Gras. HEX triplet: 47, 18 and 43. RGB value is (71,24,67). Sum of RGB (Red+Green+Blue) = 71+24+67=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #471843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471843 is #B8E7BC. Grayscale: #2A2A2A. Windows color (decimal): -12117949 or 4397127. OLE color: 4397127.
HSL color Cylindrical-coordinate representation of color #471843: hue angle of 305.11º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #471843 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 24 | 67 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.72 |
| HSL | 305.11º | 0.49% | 0.19% | - |
| HSV(B) | 305.11º | 0.66% | 0.28% | - |
| XYZ | 3.94 | 2.4 | 5.57 | - |
| YUV | 42.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 67 | 0 | 0.66 | 0.06 | 0.72 | 305.11 | 0.49 | 0.19 |
| Hex | 47 | 18 | 43 | 0 | 42 | 6 | 48 | 131 | 31 | 13 |
| Octal | 107 | 30 | 103 | 0 | 102 | 6 | 110 | 461 | 61 | 23 |
| Binary | 1000111 | 11000 | 1000011 | 0 | 1000010 | 110 | 1001000 | 100110001 | 110001 | 10011 |
Color Harmonies of #471843
Complementary color
Monochromatic Colors of #471843
Black with #471843
Text Example
Text Example
White with #471843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471843; }
p { color: rgb(71,24,67); }
H1.HeaderClassName
{
color: #471843;
}
.AnyTagClassName
{
color: #471843;
}
</style>
background-color css
<style>
a { background-color: #471843; }
a { background-color: rgb(71,24,67); }
div.DivClassName
{
background-color: #471843;
}
.BgClassName
{
background-color: #471843;
}
</style>
border-color css
<style>
span { border-color: #471843; }
span { border-color: rgb(71,24,67); }
td.TdClassName
{
border-color: #471843;
}
.TagClassName
{
border-color: #471843;
}
</style>