Shades of Mardi Gras #461740
Tints of Mardi Gras #461740
RGB
CMYK
RGB Variations
Color information
#461740 (or 0x461740) is known color: Mardi Gras. HEX triplet: 46, 17 and 40. RGB value is (70,23,64). Sum of RGB (Red+Green+Blue) = 70+23+64=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #461740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461740 is #B9E8BF. Grayscale: #292929. Windows color (decimal): -12183744 or 4200262. OLE color: 4200262.
HSL color Cylindrical-coordinate representation of color #461740: hue angle of 307.66º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #461740 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 23 | 64 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.73 |
| HSL | 307.66º | 0.51% | 0.18% | - |
| HSV(B) | 307.66º | 0.67% | 0.27% | - |
| XYZ | 3.76 | 2.29 | 5.09 | - |
| YUV | 41.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 23 | 64 | 0 | 0.67 | 0.09 | 0.73 | 307.66 | 0.51 | 0.18 |
| Hex | 46 | 17 | 40 | 0 | 43 | 9 | 49 | 134 | 33 | 12 |
| Octal | 106 | 27 | 100 | 0 | 103 | 11 | 111 | 464 | 63 | 22 |
| Binary | 1000110 | 10111 | 1000000 | 0 | 1000011 | 1001 | 1001001 | 100110100 | 110011 | 10010 |
Color Harmonies of #461740
Complementary color
Monochromatic Colors of #461740
Black with #461740
Text Example
Text Example
White with #461740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461740; }
p { color: rgb(70,23,64); }
H1.HeaderClassName
{
color: #461740;
}
.AnyTagClassName
{
color: #461740;
}
</style>
background-color css
<style>
a { background-color: #461740; }
a { background-color: rgb(70,23,64); }
div.DivClassName
{
background-color: #461740;
}
.BgClassName
{
background-color: #461740;
}
</style>
border-color css
<style>
span { border-color: #461740; }
span { border-color: rgb(70,23,64); }
td.TdClassName
{
border-color: #461740;
}
.TagClassName
{
border-color: #461740;
}
</style>