Shades of Mardi Gras #451D45
Tints of Mardi Gras #451D45
RGB
CMYK
RGB Variations
Color information
#451D45 (or 0x451D45) is known color: Mardi Gras. HEX triplet: 45, 1D and 45. RGB value is (69,29,69). Sum of RGB (Red+Green+Blue) = 69+29+69=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 69 - color contains mainly: red, blue. Hex color #451D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451D45 is #BAE2BA. Grayscale: #2D2D2D. Windows color (decimal): -12247739 or 4529477. OLE color: 4529477.
HSL color Cylindrical-coordinate representation of color #451D45: hue angle of 300º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #451D45 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 29 | 69 | - |
| CMYK | 0 | 0.58 | 0 | 0.73 |
| HSL | 300º | 0.41% | 0.19% | - |
| HSV(B) | 300º | 0.58% | 0.27% | - |
| XYZ | 3.97 | 2.57 | 5.92 | - |
| YUV | 45.52 | 141.25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 69 | 0 | 0.58 | 0 | 0.73 | 300 | 0.41 | 0.19 |
| Hex | 45 | 1D | 45 | 0 | 3A | 0 | 49 | 12C | 29 | 13 |
| Octal | 105 | 35 | 105 | 0 | 72 | 0 | 111 | 454 | 51 | 23 |
| Binary | 1000101 | 11101 | 1000101 | 0 | 111010 | 0 | 1001001 | 100101100 | 101001 | 10011 |
Color Harmonies of #451D45
Complementary color
Monochromatic Colors of #451D45
Black with #451D45
Text Example
Text Example
White with #451D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451D45; }
p { color: rgb(69,29,69); }
H1.HeaderClassName
{
color: #451D45;
}
.AnyTagClassName
{
color: #451D45;
}
</style>
background-color css
<style>
a { background-color: #451D45; }
a { background-color: rgb(69,29,69); }
div.DivClassName
{
background-color: #451D45;
}
.BgClassName
{
background-color: #451D45;
}
</style>
border-color css
<style>
span { border-color: #451D45; }
span { border-color: rgb(69,29,69); }
td.TdClassName
{
border-color: #451D45;
}
.TagClassName
{
border-color: #451D45;
}
</style>