Shades of Mardi Gras #421945
Tints of Mardi Gras #421945
RGB
CMYK
RGB Variations
Color information
#421945 (or 0x421945) is known color: Mardi Gras. HEX triplet: 42, 19 and 45. RGB value is (66,25,69). Sum of RGB (Red+Green+Blue) = 66+25+69=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 69 - color contains mainly: blue. Hex color #421945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421945 is #BDE6BA. Grayscale: #2A2A2A. Windows color (decimal): -12445371 or 4528450. OLE color: 4528450.
HSL color Cylindrical-coordinate representation of color #421945: hue angle of 295.91º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #421945 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 25 | 69 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.73 |
| HSL | 295.91º | 0.47% | 0.18% | - |
| HSV(B) | 295.91º | 0.64% | 0.27% | - |
| XYZ | 3.67 | 2.28 | 5.88 | - |
| YUV | 42.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 69 | 0.04 | 0.64 | 0 | 0.73 | 295.91 | 0.47 | 0.18 |
| Hex | 42 | 19 | 45 | 4 | 40 | 0 | 49 | 128 | 2F | 12 |
| Octal | 102 | 31 | 105 | 4 | 100 | 0 | 111 | 450 | 57 | 22 |
| Binary | 1000010 | 11001 | 1000101 | 100 | 1000000 | 0 | 1001001 | 100101000 | 101111 | 10010 |
Color Harmonies of #421945
Complementary color
Monochromatic Colors of #421945
Black with #421945
Text Example
Text Example
White with #421945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421945; }
p { color: rgb(66,25,69); }
H1.HeaderClassName
{
color: #421945;
}
.AnyTagClassName
{
color: #421945;
}
</style>
background-color css
<style>
a { background-color: #421945; }
a { background-color: rgb(66,25,69); }
div.DivClassName
{
background-color: #421945;
}
.BgClassName
{
background-color: #421945;
}
</style>
border-color css
<style>
span { border-color: #421945; }
span { border-color: rgb(66,25,69); }
td.TdClassName
{
border-color: #421945;
}
.TagClassName
{
border-color: #421945;
}
</style>