Shades of Mardi Gras #451640
Tints of Mardi Gras #451640
RGB
CMYK
RGB Variations
Color information
#451640 (or 0x451640) is known color: Mardi Gras. HEX triplet: 45, 16 and 40. RGB value is (69,22,64). Sum of RGB (Red+Green+Blue) = 69+22+64=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 69 - color contains mainly: red. Hex color #451640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451640 is #BAE9BF. Grayscale: #282828. Windows color (decimal): -12249536 or 4200005. OLE color: 4200005.
HSL color Cylindrical-coordinate representation of color #451640: hue angle of 306.38º 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 #451640 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 22 | 64 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.73 |
| HSL | 306.38º | 0.52% | 0.18% | - |
| HSV(B) | 306.38º | 0.68% | 0.27% | - |
| XYZ | 3.67 | 2.21 | 5.08 | - |
| YUV | 40.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 22 | 64 | 0 | 0.68 | 0.07 | 0.73 | 306.38 | 0.52 | 0.18 |
| Hex | 45 | 16 | 40 | 0 | 44 | 7 | 49 | 132 | 34 | 12 |
| Octal | 105 | 26 | 100 | 0 | 104 | 7 | 111 | 462 | 64 | 22 |
| Binary | 1000101 | 10110 | 1000000 | 0 | 1000100 | 111 | 1001001 | 100110010 | 110100 | 10010 |
Color Harmonies of #451640
Complementary color
Monochromatic Colors of #451640
Black with #451640
Text Example
Text Example
White with #451640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451640; }
p { color: rgb(69,22,64); }
H1.HeaderClassName
{
color: #451640;
}
.AnyTagClassName
{
color: #451640;
}
</style>
background-color css
<style>
a { background-color: #451640; }
a { background-color: rgb(69,22,64); }
div.DivClassName
{
background-color: #451640;
}
.BgClassName
{
background-color: #451640;
}
</style>
border-color css
<style>
span { border-color: #451640; }
span { border-color: rgb(69,22,64); }
td.TdClassName
{
border-color: #451640;
}
.TagClassName
{
border-color: #451640;
}
</style>