Shades of Mardi Gras #461244
Tints of Mardi Gras #461244
RGB
CMYK
RGB Variations
Color information
#461244 (or 0x461244) is known color: Mardi Gras. HEX triplet: 46, 12 and 44. RGB value is (70,18,68). Sum of RGB (Red+Green+Blue) = 70+18+68=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 68 (26.95% from 255 or 43.59% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #461244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461244 is #B9EDBB. Grayscale: #272727. Windows color (decimal): -12185020 or 4461126. OLE color: 4461126.
HSL color Cylindrical-coordinate representation of color #461244: hue angle of 302.31º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461244 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 18 | 68 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.73 |
| HSL | 302.31º | 0.59% | 0.17% | - |
| HSV(B) | 302.31º | 0.74% | 0.27% | - |
| XYZ | 3.79 | 2.15 | 5.68 | - |
| YUV | 39.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 18 | 68 | 0 | 0.74 | 0.03 | 0.73 | 302.31 | 0.59 | 0.17 |
| Hex | 46 | 12 | 44 | 0 | 4A | 3 | 49 | 12E | 3B | 11 |
| Octal | 106 | 22 | 104 | 0 | 112 | 3 | 111 | 456 | 73 | 21 |
| Binary | 1000110 | 10010 | 1000100 | 0 | 1001010 | 11 | 1001001 | 100101110 | 111011 | 10001 |
Color Harmonies of #461244
Complementary color
Monochromatic Colors of #461244
Black with #461244
Text Example
Text Example
White with #461244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461244; }
p { color: rgb(70,18,68); }
H1.HeaderClassName
{
color: #461244;
}
.AnyTagClassName
{
color: #461244;
}
</style>
background-color css
<style>
a { background-color: #461244; }
a { background-color: rgb(70,18,68); }
div.DivClassName
{
background-color: #461244;
}
.BgClassName
{
background-color: #461244;
}
</style>
border-color css
<style>
span { border-color: #461244; }
span { border-color: rgb(70,18,68); }
td.TdClassName
{
border-color: #461244;
}
.TagClassName
{
border-color: #461244;
}
</style>