Shades of Mardi Gras #461843
Tints of Mardi Gras #461843
RGB
CMYK
RGB Variations
Color information
#461843 (or 0x461843) is known color: Mardi Gras. HEX triplet: 46, 18 and 43. RGB value is (70,24,67). Sum of RGB (Red+Green+Blue) = 70+24+67=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #461843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461843 is #B9E7BC. Grayscale: #2A2A2A. Windows color (decimal): -12183485 or 4397126. OLE color: 4397126.
HSL color Cylindrical-coordinate representation of color #461843: hue angle of 303.91º 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 #461843 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 24 | 67 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.73 |
| HSL | 303.91º | 0.49% | 0.18% | - |
| HSV(B) | 303.91º | 0.66% | 0.27% | - |
| XYZ | 3.87 | 2.36 | 5.56 | - |
| YUV | 42.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 67 | 0 | 0.66 | 0.04 | 0.73 | 303.91 | 0.49 | 0.18 |
| Hex | 46 | 18 | 43 | 0 | 42 | 4 | 49 | 130 | 31 | 12 |
| Octal | 106 | 30 | 103 | 0 | 102 | 4 | 111 | 460 | 61 | 22 |
| Binary | 1000110 | 11000 | 1000011 | 0 | 1000010 | 100 | 1001001 | 100110000 | 110001 | 10010 |
Color Harmonies of #461843
Complementary color
Monochromatic Colors of #461843
Black with #461843
Text Example
Text Example
White with #461843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461843; }
p { color: rgb(70,24,67); }
H1.HeaderClassName
{
color: #461843;
}
.AnyTagClassName
{
color: #461843;
}
</style>
background-color css
<style>
a { background-color: #461843; }
a { background-color: rgb(70,24,67); }
div.DivClassName
{
background-color: #461843;
}
.BgClassName
{
background-color: #461843;
}
</style>
border-color css
<style>
span { border-color: #461843; }
span { border-color: rgb(70,24,67); }
td.TdClassName
{
border-color: #461843;
}
.TagClassName
{
border-color: #461843;
}
</style>