Shades of Mardi Gras #451942
Tints of Mardi Gras #451942
RGB
CMYK
RGB Variations
Color information
#451942 (or 0x451942) is known color: Mardi Gras. HEX triplet: 45, 19 and 42. RGB value is (69,25,66). Sum of RGB (Red+Green+Blue) = 69+25+66=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 69 - color contains mainly: red. Hex color #451942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451942 is #BAE6BD. Grayscale: #2A2A2A. Windows color (decimal): -12248766 or 4331845. OLE color: 4331845.
HSL color Cylindrical-coordinate representation of color #451942: hue angle of 304.09º 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 #451942 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 25 | 66 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.73 |
| HSL | 304.09º | 0.47% | 0.18% | - |
| HSV(B) | 304.09º | 0.64% | 0.27% | - |
| XYZ | 3.79 | 2.35 | 5.41 | - |
| YUV | 42.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 25 | 66 | 0 | 0.64 | 0.04 | 0.73 | 304.09 | 0.47 | 0.18 |
| Hex | 45 | 19 | 42 | 0 | 40 | 4 | 49 | 130 | 2F | 12 |
| Octal | 105 | 31 | 102 | 0 | 100 | 4 | 111 | 460 | 57 | 22 |
| Binary | 1000101 | 11001 | 1000010 | 0 | 1000000 | 100 | 1001001 | 100110000 | 101111 | 10010 |
Color Harmonies of #451942
Complementary color
Monochromatic Colors of #451942
Black with #451942
Text Example
Text Example
White with #451942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451942; }
p { color: rgb(69,25,66); }
H1.HeaderClassName
{
color: #451942;
}
.AnyTagClassName
{
color: #451942;
}
</style>
background-color css
<style>
a { background-color: #451942; }
a { background-color: rgb(69,25,66); }
div.DivClassName
{
background-color: #451942;
}
.BgClassName
{
background-color: #451942;
}
</style>
border-color css
<style>
span { border-color: #451942; }
span { border-color: rgb(69,25,66); }
td.TdClassName
{
border-color: #451942;
}
.TagClassName
{
border-color: #451942;
}
</style>