Shades of Mardi Gras #42173E
Tints of Mardi Gras #42173E
RGB
CMYK
RGB Variations
Color information
#42173E (or 0x42173E) is known color: Mardi Gras. HEX triplet: 42, 17 and 3E. RGB value is (66,23,62). Sum of RGB (Red+Green+Blue) = 66+23+62=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #42173E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42173E is #BDE8C1. Grayscale: #282828. Windows color (decimal): -12445890 or 4069186. OLE color: 4069186.
HSL color Cylindrical-coordinate representation of color #42173E: hue angle of 305.58º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42173E is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 23 | 62 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.74 |
| HSL | 305.58º | 0.48% | 0.17% | - |
| HSV(B) | 305.58º | 0.65% | 0.26% | - |
| XYZ | 3.42 | 2.12 | 4.79 | - |
| YUV | 40.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 23 | 62 | 0 | 0.65 | 0.06 | 0.74 | 305.58 | 0.48 | 0.17 |
| Hex | 42 | 17 | 3E | 0 | 41 | 6 | 4A | 132 | 30 | 11 |
| Octal | 102 | 27 | 76 | 0 | 101 | 6 | 112 | 462 | 60 | 21 |
| Binary | 1000010 | 10111 | 111110 | 0 | 1000001 | 110 | 1001010 | 100110010 | 110000 | 10001 |
Color Harmonies of #42173E
Complementary color
Monochromatic Colors of #42173E
Black with #42173E
Text Example
Text Example
White with #42173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42173E; }
p { color: rgb(66,23,62); }
H1.HeaderClassName
{
color: #42173E;
}
.AnyTagClassName
{
color: #42173E;
}
</style>
background-color css
<style>
a { background-color: #42173E; }
a { background-color: rgb(66,23,62); }
div.DivClassName
{
background-color: #42173E;
}
.BgClassName
{
background-color: #42173E;
}
</style>
border-color css
<style>
span { border-color: #42173E; }
span { border-color: rgb(66,23,62); }
td.TdClassName
{
border-color: #42173E;
}
.TagClassName
{
border-color: #42173E;
}
</style>