Shades of Mardi Gras #451644
Tints of Mardi Gras #451644
RGB
CMYK
RGB Variations
Color information
#451644 (or 0x451644) is known color: Mardi Gras. HEX triplet: 45, 16 and 44. RGB value is (69,22,68). Sum of RGB (Red+Green+Blue) = 69+22+68=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 69 - color contains mainly: red. Hex color #451644 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451644 is #BAE9BB. Grayscale: #292929. Windows color (decimal): -12249532 or 4462149. OLE color: 4462149.
HSL color Cylindrical-coordinate representation of color #451644: hue angle of 301.28º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #451644 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 22 | 68 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.73 |
| HSL | 301.28º | 0.52% | 0.18% | - |
| HSV(B) | 301.28º | 0.68% | 0.27% | - |
| XYZ | 3.78 | 2.26 | 5.7 | - |
| YUV | 41.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 22 | 68 | 0 | 0.68 | 0.01 | 0.73 | 301.28 | 0.52 | 0.18 |
| Hex | 45 | 16 | 44 | 0 | 44 | 1 | 49 | 12D | 34 | 12 |
| Octal | 105 | 26 | 104 | 0 | 104 | 1 | 111 | 455 | 64 | 22 |
| Binary | 1000101 | 10110 | 1000100 | 0 | 1000100 | 1 | 1001001 | 100101101 | 110100 | 10010 |
Color Harmonies of #451644
Complementary color
Monochromatic Colors of #451644
Black with #451644
Text Example
Text Example
White with #451644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451644; }
p { color: rgb(69,22,68); }
H1.HeaderClassName
{
color: #451644;
}
.AnyTagClassName
{
color: #451644;
}
</style>
background-color css
<style>
a { background-color: #451644; }
a { background-color: rgb(69,22,68); }
div.DivClassName
{
background-color: #451644;
}
.BgClassName
{
background-color: #451644;
}
</style>
border-color css
<style>
span { border-color: #451644; }
span { border-color: rgb(69,22,68); }
td.TdClassName
{
border-color: #451644;
}
.TagClassName
{
border-color: #451644;
}
</style>