Shades of Mardi Gras #46133E
Tints of Mardi Gras #46133E
RGB
CMYK
RGB Variations
Color information
#46133E (or 0x46133E) is known color: Mardi Gras. HEX triplet: 46, 13 and 3E. RGB value is (70,19,62). Sum of RGB (Red+Green+Blue) = 70+19+62=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #46133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46133E is #B9ECC1. Grayscale: #272727. Windows color (decimal): -12184770 or 4068166. OLE color: 4068166.
HSL color Cylindrical-coordinate representation of color #46133E: hue angle of 309.41º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46133E is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 19 | 62 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.73 |
| HSL | 309.41º | 0.57% | 0.17% | - |
| HSV(B) | 309.41º | 0.73% | 0.27% | - |
| XYZ | 3.63 | 2.12 | 4.77 | - |
| YUV | 39.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 62 | 0 | 0.73 | 0.11 | 0.73 | 309.41 | 0.57 | 0.17 |
| Hex | 46 | 13 | 3E | 0 | 49 | B | 49 | 135 | 39 | 11 |
| Octal | 106 | 23 | 76 | 0 | 111 | 13 | 111 | 465 | 71 | 21 |
| Binary | 1000110 | 10011 | 111110 | 0 | 1001001 | 1011 | 1001001 | 100110101 | 111001 | 10001 |
Color Harmonies of #46133E
Complementary color
Monochromatic Colors of #46133E
Black with #46133E
Text Example
Text Example
White with #46133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46133E; }
p { color: rgb(70,19,62); }
H1.HeaderClassName
{
color: #46133E;
}
.AnyTagClassName
{
color: #46133E;
}
</style>
background-color css
<style>
a { background-color: #46133E; }
a { background-color: rgb(70,19,62); }
div.DivClassName
{
background-color: #46133E;
}
.BgClassName
{
background-color: #46133E;
}
</style>
border-color css
<style>
span { border-color: #46133E; }
span { border-color: rgb(70,19,62); }
td.TdClassName
{
border-color: #46133E;
}
.TagClassName
{
border-color: #46133E;
}
</style>