Shades of Mardi Gras #450D49
Tints of Mardi Gras #450D49
RGB
CMYK
RGB Variations
Color information
#450D49 (or 0x450D49) is known color: Mardi Gras. HEX triplet: 45, 0D and 49. RGB value is (69,13,73). Sum of RGB (Red+Green+Blue) = 69+13+73=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #450D49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450D49 is #BAF2B6. Grayscale: #242424. Windows color (decimal): -12251831 or 4787525. OLE color: 4787525.
HSL color Cylindrical-coordinate representation of color #450D49: hue angle of 296º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #450D49 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 13 | 73 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.71 |
| HSL | 296º | 0.7% | 0.17% | - |
| HSV(B) | 296º | 0.82% | 0.29% | - |
| XYZ | 3.8 | 2.03 | 6.5 | - |
| YUV | 36.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 13 | 73 | 0.05 | 0.82 | 0 | 0.71 | 296 | 0.7 | 0.17 |
| Hex | 45 | D | 49 | 5 | 52 | 0 | 47 | 128 | 46 | 11 |
| Octal | 105 | 15 | 111 | 5 | 122 | 0 | 107 | 450 | 106 | 21 |
| Binary | 1000101 | 1101 | 1001001 | 101 | 1010010 | 0 | 1000111 | 100101000 | 1000110 | 10001 |
Color Harmonies of #450D49
Complementary color
Monochromatic Colors of #450D49
Black with #450D49
Text Example
Text Example
White with #450D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450D49; }
p { color: rgb(69,13,73); }
H1.HeaderClassName
{
color: #450D49;
}
.AnyTagClassName
{
color: #450D49;
}
</style>
background-color css
<style>
a { background-color: #450D49; }
a { background-color: rgb(69,13,73); }
div.DivClassName
{
background-color: #450D49;
}
.BgClassName
{
background-color: #450D49;
}
</style>
border-color css
<style>
span { border-color: #450D49; }
span { border-color: rgb(69,13,73); }
td.TdClassName
{
border-color: #450D49;
}
.TagClassName
{
border-color: #450D49;
}
</style>