Shades of Mardi Gras #451540
Tints of Mardi Gras #451540
RGB
CMYK
RGB Variations
Color information
#451540 (or 0x451540) is known color: Mardi Gras. HEX triplet: 45, 15 and 40. RGB value is (69,21,64). Sum of RGB (Red+Green+Blue) = 69+21+64=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #451540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451540 is #BAEABF. Grayscale: #282828. Windows color (decimal): -12249792 or 4199749. OLE color: 4199749.
HSL color Cylindrical-coordinate representation of color #451540: hue angle of 306.25º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #451540 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 21 | 64 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.73 |
| HSL | 306.25º | 0.53% | 0.18% | - |
| HSV(B) | 306.25º | 0.7% | 0.27% | - |
| XYZ | 3.65 | 2.17 | 5.08 | - |
| YUV | 40.25 | 141.4 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 64 | 0 | 0.70 | 0.07 | 0.73 | 306.25 | 0.53 | 0.18 |
| Hex | 45 | 15 | 40 | 0 | 46 | 7 | 49 | 132 | 35 | 12 |
| Octal | 105 | 25 | 100 | 0 | 106 | 7 | 111 | 462 | 65 | 22 |
| Binary | 1000101 | 10101 | 1000000 | 0 | 1000110 | 111 | 1001001 | 100110010 | 110101 | 10010 |
Color Harmonies of #451540
Complementary color
Monochromatic Colors of #451540
Black with #451540
Text Example
Text Example
White with #451540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451540; }
p { color: rgb(69,21,64); }
H1.HeaderClassName
{
color: #451540;
}
.AnyTagClassName
{
color: #451540;
}
</style>
background-color css
<style>
a { background-color: #451540; }
a { background-color: rgb(69,21,64); }
div.DivClassName
{
background-color: #451540;
}
.BgClassName
{
background-color: #451540;
}
</style>
border-color css
<style>
span { border-color: #451540; }
span { border-color: rgb(69,21,64); }
td.TdClassName
{
border-color: #451540;
}
.TagClassName
{
border-color: #451540;
}
</style>