Shades of Mardi Gras #460D40
Tints of Mardi Gras #460D40
RGB
CMYK
RGB Variations
Color information
#460D40 (or 0x460D40) is known color: Mardi Gras. HEX triplet: 46, 0D and 40. RGB value is (70,13,64). Sum of RGB (Red+Green+Blue) = 70+13+64=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #460D40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D40 is #B9F2BF. Grayscale: #232323. Windows color (decimal): -12186304 or 4197702. OLE color: 4197702.
HSL color Cylindrical-coordinate representation of color #460D40: hue angle of 306.32º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #460D40 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 13 | 64 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.73 |
| HSL | 306.32º | 0.69% | 0.16% | - |
| HSV(B) | 306.32º | 0.81% | 0.27% | - |
| XYZ | 3.6 | 1.96 | 5.04 | - |
| YUV | 35.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 64 | 0 | 0.81 | 0.09 | 0.73 | 306.32 | 0.69 | 0.16 |
| Hex | 46 | D | 40 | 0 | 51 | 9 | 49 | 132 | 45 | 10 |
| Octal | 106 | 15 | 100 | 0 | 121 | 11 | 111 | 462 | 105 | 20 |
| Binary | 1000110 | 1101 | 1000000 | 0 | 1010001 | 1001 | 1001001 | 100110010 | 1000101 | 10000 |
Color Harmonies of #460D40
Complementary color
Monochromatic Colors of #460D40
Black with #460D40
Text Example
Text Example
White with #460D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D40; }
p { color: rgb(70,13,64); }
H1.HeaderClassName
{
color: #460D40;
}
.AnyTagClassName
{
color: #460D40;
}
</style>
background-color css
<style>
a { background-color: #460D40; }
a { background-color: rgb(70,13,64); }
div.DivClassName
{
background-color: #460D40;
}
.BgClassName
{
background-color: #460D40;
}
</style>
border-color css
<style>
span { border-color: #460D40; }
span { border-color: rgb(70,13,64); }
td.TdClassName
{
border-color: #460D40;
}
.TagClassName
{
border-color: #460D40;
}
</style>