Shades of Mardi Gras #451244
Tints of Mardi Gras #451244
RGB
CMYK
RGB Variations
Color information
#451244 (or 0x451244) is known color: Mardi Gras. HEX triplet: 45, 12 and 44. RGB value is (69,18,68). Sum of RGB (Red+Green+Blue) = 69+18+68=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 68 (26.95% from 255 or 43.87% from 155); Max value from RGB is 69 - color contains mainly: red. Hex color #451244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451244 is #BAEDBB. Grayscale: #262626. Windows color (decimal): -12250556 or 4461125. OLE color: 4461125.
HSL color Cylindrical-coordinate representation of color #451244: hue angle of 301.18º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #451244 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 18 | 68 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.73 |
| HSL | 301.18º | 0.59% | 0.17% | - |
| HSV(B) | 301.18º | 0.74% | 0.27% | - |
| XYZ | 3.71 | 2.12 | 5.68 | - |
| YUV | 38.95 | 144.4 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 68 | 0 | 0.74 | 0.01 | 0.73 | 301.18 | 0.59 | 0.17 |
| Hex | 45 | 12 | 44 | 0 | 4A | 1 | 49 | 12D | 3B | 11 |
| Octal | 105 | 22 | 104 | 0 | 112 | 1 | 111 | 455 | 73 | 21 |
| Binary | 1000101 | 10010 | 1000100 | 0 | 1001010 | 1 | 1001001 | 100101101 | 111011 | 10001 |
Color Harmonies of #451244
Complementary color
Monochromatic Colors of #451244
Black with #451244
Text Example
Text Example
White with #451244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451244; }
p { color: rgb(69,18,68); }
H1.HeaderClassName
{
color: #451244;
}
.AnyTagClassName
{
color: #451244;
}
</style>
background-color css
<style>
a { background-color: #451244; }
a { background-color: rgb(69,18,68); }
div.DivClassName
{
background-color: #451244;
}
.BgClassName
{
background-color: #451244;
}
</style>
border-color css
<style>
span { border-color: #451244; }
span { border-color: rgb(69,18,68); }
td.TdClassName
{
border-color: #451244;
}
.TagClassName
{
border-color: #451244;
}
</style>