Shades of Mardi Gras #46093F
Tints of Mardi Gras #46093F
RGB
CMYK
RGB Variations
Color information
#46093F (or 0x46093F) is known color: Mardi Gras. HEX triplet: 46, 09 and 3F. RGB value is (70,9,63). Sum of RGB (Red+Green+Blue) = 70+9+63=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #46093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46093F is #B9F6C0. Grayscale: #212121. Windows color (decimal): -12187329 or 4131142. OLE color: 4131142.
HSL color Cylindrical-coordinate representation of color #46093F: hue angle of 306.89º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46093F is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 9 | 63 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.73 |
| HSL | 306.89º | 0.77% | 0.15% | - |
| HSV(B) | 306.89º | 0.87% | 0.27% | - |
| XYZ | 3.52 | 1.86 | 4.88 | - |
| YUV | 33.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 63 | 0 | 0.87 | 0.10 | 0.73 | 306.89 | 0.77 | 0.15 |
| Hex | 46 | 9 | 3F | 0 | 57 | A | 49 | 133 | 4D | F |
| Octal | 106 | 11 | 77 | 0 | 127 | 12 | 111 | 463 | 115 | 17 |
| Binary | 1000110 | 1001 | 111111 | 0 | 1010111 | 1010 | 1001001 | 100110011 | 1001101 | 1111 |
Color Harmonies of #46093F
Complementary color
Monochromatic Colors of #46093F
Black with #46093F
Text Example
Text Example
White with #46093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46093F; }
p { color: rgb(70,9,63); }
H1.HeaderClassName
{
color: #46093F;
}
.AnyTagClassName
{
color: #46093F;
}
</style>
background-color css
<style>
a { background-color: #46093F; }
a { background-color: rgb(70,9,63); }
div.DivClassName
{
background-color: #46093F;
}
.BgClassName
{
background-color: #46093F;
}
</style>
border-color css
<style>
span { border-color: #46093F; }
span { border-color: rgb(70,9,63); }
td.TdClassName
{
border-color: #46093F;
}
.TagClassName
{
border-color: #46093F;
}
</style>