Shades of Mardi Gras #46123E
Tints of Mardi Gras #46123E
RGB
CMYK
RGB Variations
Color information
#46123E (or 0x46123E) is known color: Mardi Gras. HEX triplet: 46, 12 and 3E. RGB value is (70,18,62). Sum of RGB (Red+Green+Blue) = 70+18+62=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #46123E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46123E is #B9EDC1. Grayscale: #262626. Windows color (decimal): -12185026 or 4067910. OLE color: 4067910.
HSL color Cylindrical-coordinate representation of color #46123E: hue angle of 309.23º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46123E is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 18 | 62 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.73 |
| HSL | 309.23º | 0.59% | 0.17% | - |
| HSV(B) | 309.23º | 0.74% | 0.27% | - |
| XYZ | 3.61 | 2.08 | 4.77 | - |
| YUV | 38.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 18 | 62 | 0 | 0.74 | 0.11 | 0.73 | 309.23 | 0.59 | 0.17 |
| Hex | 46 | 12 | 3E | 0 | 4A | B | 49 | 135 | 3B | 11 |
| Octal | 106 | 22 | 76 | 0 | 112 | 13 | 111 | 465 | 73 | 21 |
| Binary | 1000110 | 10010 | 111110 | 0 | 1001010 | 1011 | 1001001 | 100110101 | 111011 | 10001 |
Color Harmonies of #46123E
Complementary color
Monochromatic Colors of #46123E
Black with #46123E
Text Example
Text Example
White with #46123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46123E; }
p { color: rgb(70,18,62); }
H1.HeaderClassName
{
color: #46123E;
}
.AnyTagClassName
{
color: #46123E;
}
</style>
background-color css
<style>
a { background-color: #46123E; }
a { background-color: rgb(70,18,62); }
div.DivClassName
{
background-color: #46123E;
}
.BgClassName
{
background-color: #46123E;
}
</style>
border-color css
<style>
span { border-color: #46123E; }
span { border-color: rgb(70,18,62); }
td.TdClassName
{
border-color: #46123E;
}
.TagClassName
{
border-color: #46123E;
}
</style>