Shades of Mardi Gras #46123D
Tints of Mardi Gras #46123D
RGB
CMYK
RGB Variations
Color information
#46123D (or 0x46123D) is known color: Mardi Gras. HEX triplet: 46, 12 and 3D. RGB value is (70,18,61). Sum of RGB (Red+Green+Blue) = 70+18+61=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46123D is #B9EDC2. Grayscale: #262626. Windows color (decimal): -12185027 or 4002374. OLE color: 4002374.
HSL color Cylindrical-coordinate representation of color #46123D: hue angle of 310.38º 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 #46123D is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 18 | 61 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.73 |
| HSL | 310.38º | 0.59% | 0.17% | - |
| HSV(B) | 310.38º | 0.74% | 0.27% | - |
| XYZ | 3.58 | 2.07 | 4.63 | - |
| YUV | 38.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 18 | 61 | 0 | 0.74 | 0.13 | 0.73 | 310.38 | 0.59 | 0.17 |
| Hex | 46 | 12 | 3D | 0 | 4A | D | 49 | 136 | 3B | 11 |
| Octal | 106 | 22 | 75 | 0 | 112 | 15 | 111 | 466 | 73 | 21 |
| Binary | 1000110 | 10010 | 111101 | 0 | 1001010 | 1101 | 1001001 | 100110110 | 111011 | 10001 |
Color Harmonies of #46123D
Complementary color
Monochromatic Colors of #46123D
Black with #46123D
Text Example
Text Example
White with #46123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46123D; }
p { color: rgb(70,18,61); }
H1.HeaderClassName
{
color: #46123D;
}
.AnyTagClassName
{
color: #46123D;
}
</style>
background-color css
<style>
a { background-color: #46123D; }
a { background-color: rgb(70,18,61); }
div.DivClassName
{
background-color: #46123D;
}
.BgClassName
{
background-color: #46123D;
}
</style>
border-color css
<style>
span { border-color: #46123D; }
span { border-color: rgb(70,18,61); }
td.TdClassName
{
border-color: #46123D;
}
.TagClassName
{
border-color: #46123D;
}
</style>