Shades of Mardi Gras #45193E
Tints of Mardi Gras #45193E
RGB
CMYK
RGB Variations
Color information
#45193E (or 0x45193E) is known color: Mardi Gras. HEX triplet: 45, 19 and 3E. RGB value is (69,25,62). Sum of RGB (Red+Green+Blue) = 69+25+62=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 69 - color contains mainly: red. Hex color #45193E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45193E is #BAE6C1. Grayscale: #2A2A2A. Windows color (decimal): -12248770 or 4069701. OLE color: 4069701.
HSL color Cylindrical-coordinate representation of color #45193E: hue angle of 309.55º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45193E is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 25 | 62 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.73 |
| HSL | 309.55º | 0.47% | 0.18% | - |
| HSV(B) | 309.55º | 0.64% | 0.27% | - |
| XYZ | 3.67 | 2.31 | 4.81 | - |
| YUV | 42.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 25 | 62 | 0 | 0.64 | 0.10 | 0.73 | 309.55 | 0.47 | 0.18 |
| Hex | 45 | 19 | 3E | 0 | 40 | A | 49 | 136 | 2F | 12 |
| Octal | 105 | 31 | 76 | 0 | 100 | 12 | 111 | 466 | 57 | 22 |
| Binary | 1000101 | 11001 | 111110 | 0 | 1000000 | 1010 | 1001001 | 100110110 | 101111 | 10010 |
Color Harmonies of #45193E
Complementary color
Monochromatic Colors of #45193E
Black with #45193E
Text Example
Text Example
White with #45193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45193E; }
p { color: rgb(69,25,62); }
H1.HeaderClassName
{
color: #45193E;
}
.AnyTagClassName
{
color: #45193E;
}
</style>
background-color css
<style>
a { background-color: #45193E; }
a { background-color: rgb(69,25,62); }
div.DivClassName
{
background-color: #45193E;
}
.BgClassName
{
background-color: #45193E;
}
</style>
border-color css
<style>
span { border-color: #45193E; }
span { border-color: rgb(69,25,62); }
td.TdClassName
{
border-color: #45193E;
}
.TagClassName
{
border-color: #45193E;
}
</style>