Shades of Mardi Gras #451249
Tints of Mardi Gras #451249
RGB
CMYK
RGB Variations
Color information
#451249 (or 0x451249) is known color: Mardi Gras. HEX triplet: 45, 12 and 49. RGB value is (69,18,73). Sum of RGB (Red+Green+Blue) = 69+18+73=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #451249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451249 is #BAEDB6. Grayscale: #272727. Windows color (decimal): -12250551 or 4788805. OLE color: 4788805.
HSL color Cylindrical-coordinate representation of color #451249: hue angle of 295.64º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #451249 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 18 | 73 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.71 |
| HSL | 295.64º | 0.6% | 0.18% | - |
| HSV(B) | 295.64º | 0.75% | 0.29% | - |
| XYZ | 3.87 | 2.18 | 6.52 | - |
| YUV | 39.52 | 146.9 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 73 | 0.05 | 0.75 | 0 | 0.71 | 295.64 | 0.6 | 0.18 |
| Hex | 45 | 12 | 49 | 5 | 4B | 0 | 47 | 128 | 3C | 12 |
| Octal | 105 | 22 | 111 | 5 | 113 | 0 | 107 | 450 | 74 | 22 |
| Binary | 1000101 | 10010 | 1001001 | 101 | 1001011 | 0 | 1000111 | 100101000 | 111100 | 10010 |
Color Harmonies of #451249
Complementary color
Monochromatic Colors of #451249
Black with #451249
Text Example
Text Example
White with #451249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451249; }
p { color: rgb(69,18,73); }
H1.HeaderClassName
{
color: #451249;
}
.AnyTagClassName
{
color: #451249;
}
</style>
background-color css
<style>
a { background-color: #451249; }
a { background-color: rgb(69,18,73); }
div.DivClassName
{
background-color: #451249;
}
.BgClassName
{
background-color: #451249;
}
</style>
border-color css
<style>
span { border-color: #451249; }
span { border-color: rgb(69,18,73); }
td.TdClassName
{
border-color: #451249;
}
.TagClassName
{
border-color: #451249;
}
</style>