Shades of Mardi Gras #451E42
Tints of Mardi Gras #451E42
RGB
CMYK
RGB Variations
Color information
#451E42 (or 0x451E42) is known color: Mardi Gras. HEX triplet: 45, 1E and 42. RGB value is (69,30,66). Sum of RGB (Red+Green+Blue) = 69+30+66=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 69 - color contains mainly: red. Hex color #451E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451E42 is #BAE1BD. Grayscale: #2D2D2D. Windows color (decimal): -12247486 or 4333125. OLE color: 4333125.
HSL color Cylindrical-coordinate representation of color #451E42: hue angle of 304.62º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #451E42 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 30 | 66 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.73 |
| HSL | 304.62º | 0.39% | 0.19% | - |
| HSV(B) | 304.62º | 0.57% | 0.27% | - |
| XYZ | 3.9 | 2.59 | 5.45 | - |
| YUV | 45.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 30 | 66 | 0 | 0.57 | 0.04 | 0.73 | 304.62 | 0.39 | 0.19 |
| Hex | 45 | 1E | 42 | 0 | 39 | 4 | 49 | 131 | 27 | 13 |
| Octal | 105 | 36 | 102 | 0 | 71 | 4 | 111 | 461 | 47 | 23 |
| Binary | 1000101 | 11110 | 1000010 | 0 | 111001 | 100 | 1001001 | 100110001 | 100111 | 10011 |
Color Harmonies of #451E42
Complementary color
Monochromatic Colors of #451E42
Black with #451E42
Text Example
Text Example
White with #451E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451E42; }
p { color: rgb(69,30,66); }
H1.HeaderClassName
{
color: #451E42;
}
.AnyTagClassName
{
color: #451E42;
}
</style>
background-color css
<style>
a { background-color: #451E42; }
a { background-color: rgb(69,30,66); }
div.DivClassName
{
background-color: #451E42;
}
.BgClassName
{
background-color: #451E42;
}
</style>
border-color css
<style>
span { border-color: #451E42; }
span { border-color: rgb(69,30,66); }
td.TdClassName
{
border-color: #451E42;
}
.TagClassName
{
border-color: #451E42;
}
</style>