Shades of Mardi Gras #451D41
Tints of Mardi Gras #451D41
RGB
CMYK
RGB Variations
Color information
#451D41 (or 0x451D41) is known color: Mardi Gras. HEX triplet: 45, 1D and 41. RGB value is (69,29,65). Sum of RGB (Red+Green+Blue) = 69+29+65=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 69 - color contains mainly: red. Hex color #451D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451D41 is #BAE2BE. Grayscale: #2C2C2C. Windows color (decimal): -12247743 or 4267333. OLE color: 4267333.
HSL color Cylindrical-coordinate representation of color #451D41: hue angle of 306º 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 #451D41 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 29 | 65 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.73 |
| HSL | 306º | 0.41% | 0.19% | - |
| HSV(B) | 306º | 0.58% | 0.27% | - |
| XYZ | 3.85 | 2.53 | 5.29 | - |
| YUV | 45.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 65 | 0 | 0.58 | 0.06 | 0.73 | 306 | 0.41 | 0.19 |
| Hex | 45 | 1D | 41 | 0 | 3A | 6 | 49 | 132 | 29 | 13 |
| Octal | 105 | 35 | 101 | 0 | 72 | 6 | 111 | 462 | 51 | 23 |
| Binary | 1000101 | 11101 | 1000001 | 0 | 111010 | 110 | 1001001 | 100110010 | 101001 | 10011 |
Color Harmonies of #451D41
Complementary color
Monochromatic Colors of #451D41
Black with #451D41
Text Example
Text Example
White with #451D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451D41; }
p { color: rgb(69,29,65); }
H1.HeaderClassName
{
color: #451D41;
}
.AnyTagClassName
{
color: #451D41;
}
</style>
background-color css
<style>
a { background-color: #451D41; }
a { background-color: rgb(69,29,65); }
div.DivClassName
{
background-color: #451D41;
}
.BgClassName
{
background-color: #451D41;
}
</style>
border-color css
<style>
span { border-color: #451D41; }
span { border-color: rgb(69,29,65); }
td.TdClassName
{
border-color: #451D41;
}
.TagClassName
{
border-color: #451D41;
}
</style>