Shades of Mardi Gras #460A40
Tints of Mardi Gras #460A40
RGB
CMYK
RGB Variations
Color information
#460A40 (or 0x460A40) is known color: Mardi Gras. HEX triplet: 46, 0A and 40. RGB value is (70,10,64). Sum of RGB (Red+Green+Blue) = 70+10+64=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #460A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460A40 is #B9F5BF. Grayscale: #212121. Windows color (decimal): -12187072 or 4196934. OLE color: 4196934.
HSL color Cylindrical-coordinate representation of color #460A40: hue angle of 306º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460A40 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 10 | 64 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.73 |
| HSL | 306º | 0.75% | 0.16% | - |
| HSV(B) | 306º | 0.86% | 0.27% | - |
| XYZ | 3.56 | 1.89 | 5.03 | - |
| YUV | 34.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 64 | 0 | 0.86 | 0.09 | 0.73 | 306 | 0.75 | 0.16 |
| Hex | 46 | A | 40 | 0 | 56 | 9 | 49 | 132 | 4B | 10 |
| Octal | 106 | 12 | 100 | 0 | 126 | 11 | 111 | 462 | 113 | 20 |
| Binary | 1000110 | 1010 | 1000000 | 0 | 1010110 | 1001 | 1001001 | 100110010 | 1001011 | 10000 |
Color Harmonies of #460A40
Complementary color
Monochromatic Colors of #460A40
Black with #460A40
Text Example
Text Example
White with #460A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460A40; }
p { color: rgb(70,10,64); }
H1.HeaderClassName
{
color: #460A40;
}
.AnyTagClassName
{
color: #460A40;
}
</style>
background-color css
<style>
a { background-color: #460A40; }
a { background-color: rgb(70,10,64); }
div.DivClassName
{
background-color: #460A40;
}
.BgClassName
{
background-color: #460A40;
}
</style>
border-color css
<style>
span { border-color: #460A40; }
span { border-color: rgb(70,10,64); }
td.TdClassName
{
border-color: #460A40;
}
.TagClassName
{
border-color: #460A40;
}
</style>