Shades of Mardi Gras #46153D
Tints of Mardi Gras #46153D
RGB
CMYK
RGB Variations
Color information
#46153D (or 0x46153D) is known color: Mardi Gras. HEX triplet: 46, 15 and 3D. RGB value is (70,21,61). Sum of RGB (Red+Green+Blue) = 70+21+61=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #46153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46153D is #B9EAC2. Grayscale: #282828. Windows color (decimal): -12184259 or 4003142. OLE color: 4003142.
HSL color Cylindrical-coordinate representation of color #46153D: hue angle of 311.02º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46153D is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 21 | 61 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.73 |
| HSL | 311.02º | 0.54% | 0.18% | - |
| HSV(B) | 311.02º | 0.7% | 0.27% | - |
| XYZ | 3.64 | 2.18 | 4.64 | - |
| YUV | 40.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 61 | 0 | 0.70 | 0.13 | 0.73 | 311.02 | 0.54 | 0.18 |
| Hex | 46 | 15 | 3D | 0 | 46 | D | 49 | 137 | 36 | 12 |
| Octal | 106 | 25 | 75 | 0 | 106 | 15 | 111 | 467 | 66 | 22 |
| Binary | 1000110 | 10101 | 111101 | 0 | 1000110 | 1101 | 1001001 | 100110111 | 110110 | 10010 |
Color Harmonies of #46153D
Complementary color
Monochromatic Colors of #46153D
Black with #46153D
Text Example
Text Example
White with #46153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46153D; }
p { color: rgb(70,21,61); }
H1.HeaderClassName
{
color: #46153D;
}
.AnyTagClassName
{
color: #46153D;
}
</style>
background-color css
<style>
a { background-color: #46153D; }
a { background-color: rgb(70,21,61); }
div.DivClassName
{
background-color: #46153D;
}
.BgClassName
{
background-color: #46153D;
}
</style>
border-color css
<style>
span { border-color: #46153D; }
span { border-color: rgb(70,21,61); }
td.TdClassName
{
border-color: #46153D;
}
.TagClassName
{
border-color: #46153D;
}
</style>