Shades of Mardi Gras #461C42
Tints of Mardi Gras #461C42
RGB
CMYK
RGB Variations
Color information
#461C42 (or 0x461C42) is known color: Mardi Gras. HEX triplet: 46, 1C and 42. RGB value is (70,28,66). Sum of RGB (Red+Green+Blue) = 70+28+66=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #461C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461C42 is #B9E3BD. Grayscale: #2C2C2C. Windows color (decimal): -12182462 or 4332614. OLE color: 4332614.
HSL color Cylindrical-coordinate representation of color #461C42: hue angle of 305.71º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #461C42 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 28 | 66 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.73 |
| HSL | 305.71º | 0.43% | 0.19% | - |
| HSV(B) | 305.71º | 0.6% | 0.27% | - |
| XYZ | 3.92 | 2.53 | 5.43 | - |
| YUV | 44.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 66 | 0 | 0.60 | 0.06 | 0.73 | 305.71 | 0.43 | 0.19 |
| Hex | 46 | 1C | 42 | 0 | 3C | 6 | 49 | 132 | 2B | 13 |
| Octal | 106 | 34 | 102 | 0 | 74 | 6 | 111 | 462 | 53 | 23 |
| Binary | 1000110 | 11100 | 1000010 | 0 | 111100 | 110 | 1001001 | 100110010 | 101011 | 10011 |
Color Harmonies of #461C42
Complementary color
Monochromatic Colors of #461C42
Black with #461C42
Text Example
Text Example
White with #461C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461C42; }
p { color: rgb(70,28,66); }
H1.HeaderClassName
{
color: #461C42;
}
.AnyTagClassName
{
color: #461C42;
}
</style>
background-color css
<style>
a { background-color: #461C42; }
a { background-color: rgb(70,28,66); }
div.DivClassName
{
background-color: #461C42;
}
.BgClassName
{
background-color: #461C42;
}
</style>
border-color css
<style>
span { border-color: #461C42; }
span { border-color: rgb(70,28,66); }
td.TdClassName
{
border-color: #461C42;
}
.TagClassName
{
border-color: #461C42;
}
</style>