Shades of Mardi Gras #461842
Tints of Mardi Gras #461842
RGB
CMYK
RGB Variations
Color information
#461842 (or 0x461842) is known color: Mardi Gras. HEX triplet: 46, 18 and 42. RGB value is (70,24,66). Sum of RGB (Red+Green+Blue) = 70+24+66=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #461842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461842 is #B9E7BD. Grayscale: #2A2A2A. Windows color (decimal): -12183486 or 4331590. OLE color: 4331590.
HSL color Cylindrical-coordinate representation of color #461842: hue angle of 305.22º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #461842 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 24 | 66 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.73 |
| HSL | 305.22º | 0.49% | 0.18% | - |
| HSV(B) | 305.22º | 0.66% | 0.27% | - |
| XYZ | 3.84 | 2.35 | 5.41 | - |
| YUV | 42.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 66 | 0 | 0.66 | 0.06 | 0.73 | 305.22 | 0.49 | 0.18 |
| Hex | 46 | 18 | 42 | 0 | 42 | 6 | 49 | 131 | 31 | 12 |
| Octal | 106 | 30 | 102 | 0 | 102 | 6 | 111 | 461 | 61 | 22 |
| Binary | 1000110 | 11000 | 1000010 | 0 | 1000010 | 110 | 1001001 | 100110001 | 110001 | 10010 |
Color Harmonies of #461842
Complementary color
Monochromatic Colors of #461842
Black with #461842
Text Example
Text Example
White with #461842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461842; }
p { color: rgb(70,24,66); }
H1.HeaderClassName
{
color: #461842;
}
.AnyTagClassName
{
color: #461842;
}
</style>
background-color css
<style>
a { background-color: #461842; }
a { background-color: rgb(70,24,66); }
div.DivClassName
{
background-color: #461842;
}
.BgClassName
{
background-color: #461842;
}
</style>
border-color css
<style>
span { border-color: #461842; }
span { border-color: rgb(70,24,66); }
td.TdClassName
{
border-color: #461842;
}
.TagClassName
{
border-color: #461842;
}
</style>