Shades of Mardi Gras #450C47
Tints of Mardi Gras #450C47
RGB
CMYK
RGB Variations
Color information
#450C47 (or 0x450C47) is known color: Mardi Gras. HEX triplet: 45, 0C and 47. RGB value is (69,12,71). Sum of RGB (Red+Green+Blue) = 69+12+71=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #450C47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450C47 is #BAF3B8. Grayscale: #232323. Windows color (decimal): -12252089 or 4656197. OLE color: 4656197.
HSL color Cylindrical-coordinate representation of color #450C47: hue angle of 297.97º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #450C47 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 12 | 71 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.72 |
| HSL | 297.97º | 0.71% | 0.16% | - |
| HSV(B) | 297.97º | 0.83% | 0.28% | - |
| XYZ | 3.72 | 1.98 | 6.15 | - |
| YUV | 35.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 71 | 0.03 | 0.83 | 0 | 0.72 | 297.97 | 0.71 | 0.16 |
| Hex | 45 | C | 47 | 3 | 53 | 0 | 48 | 12A | 47 | 10 |
| Octal | 105 | 14 | 107 | 3 | 123 | 0 | 110 | 452 | 107 | 20 |
| Binary | 1000101 | 1100 | 1000111 | 11 | 1010011 | 0 | 1001000 | 100101010 | 1000111 | 10000 |
Color Harmonies of #450C47
Complementary color
Monochromatic Colors of #450C47
Black with #450C47
Text Example
Text Example
White with #450C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450C47; }
p { color: rgb(69,12,71); }
H1.HeaderClassName
{
color: #450C47;
}
.AnyTagClassName
{
color: #450C47;
}
</style>
background-color css
<style>
a { background-color: #450C47; }
a { background-color: rgb(69,12,71); }
div.DivClassName
{
background-color: #450C47;
}
.BgClassName
{
background-color: #450C47;
}
</style>
border-color css
<style>
span { border-color: #450C47; }
span { border-color: rgb(69,12,71); }
td.TdClassName
{
border-color: #450C47;
}
.TagClassName
{
border-color: #450C47;
}
</style>