Shades of Mardi Gras #46083E
Tints of Mardi Gras #46083E
RGB
CMYK
RGB Variations
Color information
#46083E (or 0x46083E) is known color: Mardi Gras. HEX triplet: 46, 08 and 3E. RGB value is (70,8,62). Sum of RGB (Red+Green+Blue) = 70+8+62=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #46083E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46083E is #B9F7C1. Grayscale: #202020. Windows color (decimal): -12187586 or 4065350. OLE color: 4065350.
HSL color Cylindrical-coordinate representation of color #46083E: hue angle of 307.74º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46083E is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 8 | 62 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.73 |
| HSL | 307.74º | 0.79% | 0.15% | - |
| HSV(B) | 307.74º | 0.89% | 0.27% | - |
| XYZ | 3.48 | 1.82 | 4.73 | - |
| YUV | 32.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 8 | 62 | 0 | 0.89 | 0.11 | 0.73 | 307.74 | 0.79 | 0.15 |
| Hex | 46 | 8 | 3E | 0 | 59 | B | 49 | 134 | 4F | F |
| Octal | 106 | 10 | 76 | 0 | 131 | 13 | 111 | 464 | 117 | 17 |
| Binary | 1000110 | 1000 | 111110 | 0 | 1011001 | 1011 | 1001001 | 100110100 | 1001111 | 1111 |
Color Harmonies of #46083E
Complementary color
Monochromatic Colors of #46083E
Black with #46083E
Text Example
Text Example
White with #46083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46083E; }
p { color: rgb(70,8,62); }
H1.HeaderClassName
{
color: #46083E;
}
.AnyTagClassName
{
color: #46083E;
}
</style>
background-color css
<style>
a { background-color: #46083E; }
a { background-color: rgb(70,8,62); }
div.DivClassName
{
background-color: #46083E;
}
.BgClassName
{
background-color: #46083E;
}
</style>
border-color css
<style>
span { border-color: #46083E; }
span { border-color: rgb(70,8,62); }
td.TdClassName
{
border-color: #46083E;
}
.TagClassName
{
border-color: #46083E;
}
</style>