Shades of Mardi Gras #461143
Tints of Mardi Gras #461143
RGB
CMYK
RGB Variations
Color information
#461143 (or 0x461143) is known color: Mardi Gras. HEX triplet: 46, 11 and 43. RGB value is (70,17,67). Sum of RGB (Red+Green+Blue) = 70+17+67=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 67 (26.56% from 255 or 43.51% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #461143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461143 is #B9EEBC. Grayscale: #262626. Windows color (decimal): -12185277 or 4395334. OLE color: 4395334.
HSL color Cylindrical-coordinate representation of color #461143: hue angle of 303.4º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461143 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 17 | 67 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.73 |
| HSL | 303.4º | 0.61% | 0.17% | - |
| HSV(B) | 303.4º | 0.76% | 0.27% | - |
| XYZ | 3.74 | 2.11 | 5.52 | - |
| YUV | 38.55 | 144.06 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 67 | 0 | 0.76 | 0.04 | 0.73 | 303.4 | 0.61 | 0.17 |
| Hex | 46 | 11 | 43 | 0 | 4C | 4 | 49 | 12F | 3D | 11 |
| Octal | 106 | 21 | 103 | 0 | 114 | 4 | 111 | 457 | 75 | 21 |
| Binary | 1000110 | 10001 | 1000011 | 0 | 1001100 | 100 | 1001001 | 100101111 | 111101 | 10001 |
Color Harmonies of #461143
Complementary color
Monochromatic Colors of #461143
Black with #461143
Text Example
Text Example
White with #461143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461143; }
p { color: rgb(70,17,67); }
H1.HeaderClassName
{
color: #461143;
}
.AnyTagClassName
{
color: #461143;
}
</style>
background-color css
<style>
a { background-color: #461143; }
a { background-color: rgb(70,17,67); }
div.DivClassName
{
background-color: #461143;
}
.BgClassName
{
background-color: #461143;
}
</style>
border-color css
<style>
span { border-color: #461143; }
span { border-color: rgb(70,17,67); }
td.TdClassName
{
border-color: #461143;
}
.TagClassName
{
border-color: #461143;
}
</style>