Shades of Mardi Gras #46073D
Tints of Mardi Gras #46073D
RGB
CMYK
RGB Variations
Color information
#46073D (or 0x46073D) is known color: Mardi Gras. HEX triplet: 46, 07 and 3D. RGB value is (70,7,61). Sum of RGB (Red+Green+Blue) = 70+7+61=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #46073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46073D is #B9F8C2. Grayscale: #1F1F1F. Windows color (decimal): -12187843 or 3999558. OLE color: 3999558.
HSL color Cylindrical-coordinate representation of color #46073D: hue angle of 308.57º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46073D is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 7 | 61 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.73 |
| HSL | 308.57º | 0.82% | 0.15% | - |
| HSV(B) | 308.57º | 0.9% | 0.27% | - |
| XYZ | 3.44 | 1.79 | 4.58 | - |
| YUV | 31.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 61 | 0 | 0.90 | 0.13 | 0.73 | 308.57 | 0.82 | 0.15 |
| Hex | 46 | 7 | 3D | 0 | 5A | D | 49 | 135 | 52 | F |
| Octal | 106 | 7 | 75 | 0 | 132 | 15 | 111 | 465 | 122 | 17 |
| Binary | 1000110 | 111 | 111101 | 0 | 1011010 | 1101 | 1001001 | 100110101 | 1010010 | 1111 |
Color Harmonies of #46073D
Complementary color
Monochromatic Colors of #46073D
Black with #46073D
Text Example
Text Example
White with #46073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46073D; }
p { color: rgb(70,7,61); }
H1.HeaderClassName
{
color: #46073D;
}
.AnyTagClassName
{
color: #46073D;
}
</style>
background-color css
<style>
a { background-color: #46073D; }
a { background-color: rgb(70,7,61); }
div.DivClassName
{
background-color: #46073D;
}
.BgClassName
{
background-color: #46073D;
}
</style>
border-color css
<style>
span { border-color: #46073D; }
span { border-color: rgb(70,7,61); }
td.TdClassName
{
border-color: #46073D;
}
.TagClassName
{
border-color: #46073D;
}
</style>