Shades of Mardi Gras #451944
Tints of Mardi Gras #451944
RGB
CMYK
RGB Variations
Color information
#451944 (or 0x451944) is known color: Mardi Gras. HEX triplet: 45, 19 and 44. RGB value is (69,25,68). Sum of RGB (Red+Green+Blue) = 69+25+68=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 69 - color contains mainly: red. Hex color #451944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451944 is #BAE6BB. Grayscale: #2A2A2A. Windows color (decimal): -12248764 or 4462917. OLE color: 4462917.
HSL color Cylindrical-coordinate representation of color #451944: hue angle of 301.36º 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 #451944 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 25 | 68 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.73 |
| HSL | 301.36º | 0.47% | 0.18% | - |
| HSV(B) | 301.36º | 0.64% | 0.27% | - |
| XYZ | 3.85 | 2.38 | 5.73 | - |
| YUV | 43.06 | 142.08 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 25 | 68 | 0 | 0.64 | 0.01 | 0.73 | 301.36 | 0.47 | 0.18 |
| Hex | 45 | 19 | 44 | 0 | 40 | 1 | 49 | 12D | 2F | 12 |
| Octal | 105 | 31 | 104 | 0 | 100 | 1 | 111 | 455 | 57 | 22 |
| Binary | 1000101 | 11001 | 1000100 | 0 | 1000000 | 1 | 1001001 | 100101101 | 101111 | 10010 |
Color Harmonies of #451944
Complementary color
Monochromatic Colors of #451944
Black with #451944
Text Example
Text Example
White with #451944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451944; }
p { color: rgb(69,25,68); }
H1.HeaderClassName
{
color: #451944;
}
.AnyTagClassName
{
color: #451944;
}
</style>
background-color css
<style>
a { background-color: #451944; }
a { background-color: rgb(69,25,68); }
div.DivClassName
{
background-color: #451944;
}
.BgClassName
{
background-color: #451944;
}
</style>
border-color css
<style>
span { border-color: #451944; }
span { border-color: rgb(69,25,68); }
td.TdClassName
{
border-color: #451944;
}
.TagClassName
{
border-color: #451944;
}
</style>