Shades of Mardi Gras #461943
Tints of Mardi Gras #461943
RGB
CMYK
RGB Variations
Color information
#461943 (or 0x461943) is known color: Mardi Gras. HEX triplet: 46, 19 and 43. RGB value is (70,25,67). Sum of RGB (Red+Green+Blue) = 70+25+67=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #461943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461943 is #B9E6BC. Grayscale: #2B2B2B. Windows color (decimal): -12183229 or 4397382. OLE color: 4397382.
HSL color Cylindrical-coordinate representation of color #461943: hue angle of 304º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #461943 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 25 | 67 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.73 |
| HSL | 304º | 0.47% | 0.19% | - |
| HSV(B) | 304º | 0.64% | 0.27% | - |
| XYZ | 3.89 | 2.4 | 5.57 | - |
| YUV | 43.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 67 | 0 | 0.64 | 0.04 | 0.73 | 304 | 0.47 | 0.19 |
| Hex | 46 | 19 | 43 | 0 | 40 | 4 | 49 | 130 | 2F | 13 |
| Octal | 106 | 31 | 103 | 0 | 100 | 4 | 111 | 460 | 57 | 23 |
| Binary | 1000110 | 11001 | 1000011 | 0 | 1000000 | 100 | 1001001 | 100110000 | 101111 | 10011 |
Color Harmonies of #461943
Complementary color
Monochromatic Colors of #461943
Black with #461943
Text Example
Text Example
White with #461943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461943; }
p { color: rgb(70,25,67); }
H1.HeaderClassName
{
color: #461943;
}
.AnyTagClassName
{
color: #461943;
}
</style>
background-color css
<style>
a { background-color: #461943; }
a { background-color: rgb(70,25,67); }
div.DivClassName
{
background-color: #461943;
}
.BgClassName
{
background-color: #461943;
}
</style>
border-color css
<style>
span { border-color: #461943; }
span { border-color: rgb(70,25,67); }
td.TdClassName
{
border-color: #461943;
}
.TagClassName
{
border-color: #461943;
}
</style>