Shades of Mardi Gras #46103D
Tints of Mardi Gras #46103D
RGB
CMYK
RGB Variations
Color information
#46103D (or 0x46103D) is known color: Mardi Gras. HEX triplet: 46, 10 and 3D. RGB value is (70,16,61). Sum of RGB (Red+Green+Blue) = 70+16+61=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #46103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46103D is #B9EFC2. Grayscale: #252525. Windows color (decimal): -12185539 or 4001862. OLE color: 4001862.
HSL color Cylindrical-coordinate representation of color #46103D: hue angle of 310º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46103D is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 16 | 61 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.73 |
| HSL | 310º | 0.63% | 0.17% | - |
| HSV(B) | 310º | 0.77% | 0.27% | - |
| XYZ | 3.55 | 2.01 | 4.62 | - |
| YUV | 37.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 16 | 61 | 0 | 0.77 | 0.13 | 0.73 | 310 | 0.63 | 0.17 |
| Hex | 46 | 10 | 3D | 0 | 4D | D | 49 | 136 | 3F | 11 |
| Octal | 106 | 20 | 75 | 0 | 115 | 15 | 111 | 466 | 77 | 21 |
| Binary | 1000110 | 10000 | 111101 | 0 | 1001101 | 1101 | 1001001 | 100110110 | 111111 | 10001 |
Color Harmonies of #46103D
Complementary color
Monochromatic Colors of #46103D
Black with #46103D
Text Example
Text Example
White with #46103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46103D; }
p { color: rgb(70,16,61); }
H1.HeaderClassName
{
color: #46103D;
}
.AnyTagClassName
{
color: #46103D;
}
</style>
background-color css
<style>
a { background-color: #46103D; }
a { background-color: rgb(70,16,61); }
div.DivClassName
{
background-color: #46103D;
}
.BgClassName
{
background-color: #46103D;
}
</style>
border-color css
<style>
span { border-color: #46103D; }
span { border-color: rgb(70,16,61); }
td.TdClassName
{
border-color: #46103D;
}
.TagClassName
{
border-color: #46103D;
}
</style>