Shades of Mardi Gras #451A40
Tints of Mardi Gras #451A40
RGB
CMYK
RGB Variations
Color information
#451A40 (or 0x451A40) is known color: Mardi Gras. HEX triplet: 45, 1A and 40. RGB value is (69,26,64). Sum of RGB (Red+Green+Blue) = 69+26+64=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 69 - color contains mainly: red. Hex color #451A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A40 is #BAE5BF. Grayscale: #2B2B2B. Windows color (decimal): -12248512 or 4201029. OLE color: 4201029.
HSL color Cylindrical-coordinate representation of color #451A40: hue angle of 306.98º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #451A40 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 26 | 64 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.73 |
| HSL | 306.98º | 0.45% | 0.19% | - |
| HSV(B) | 306.98º | 0.62% | 0.27% | - |
| XYZ | 3.75 | 2.37 | 5.11 | - |
| YUV | 43.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 26 | 64 | 0 | 0.62 | 0.07 | 0.73 | 306.98 | 0.45 | 0.19 |
| Hex | 45 | 1A | 40 | 0 | 3E | 7 | 49 | 133 | 2D | 13 |
| Octal | 105 | 32 | 100 | 0 | 76 | 7 | 111 | 463 | 55 | 23 |
| Binary | 1000101 | 11010 | 1000000 | 0 | 111110 | 111 | 1001001 | 100110011 | 101101 | 10011 |
Color Harmonies of #451A40
Complementary color
Monochromatic Colors of #451A40
Black with #451A40
Text Example
Text Example
White with #451A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451A40; }
p { color: rgb(69,26,64); }
H1.HeaderClassName
{
color: #451A40;
}
.AnyTagClassName
{
color: #451A40;
}
</style>
background-color css
<style>
a { background-color: #451A40; }
a { background-color: rgb(69,26,64); }
div.DivClassName
{
background-color: #451A40;
}
.BgClassName
{
background-color: #451A40;
}
</style>
border-color css
<style>
span { border-color: #451A40; }
span { border-color: rgb(69,26,64); }
td.TdClassName
{
border-color: #451A40;
}
.TagClassName
{
border-color: #451A40;
}
</style>