Shades of Mardi Gras #45183E
Tints of Mardi Gras #45183E
RGB
CMYK
RGB Variations
Color information
#45183E (or 0x45183E) is known color: Mardi Gras. HEX triplet: 45, 18 and 3E. RGB value is (69,24,62). Sum of RGB (Red+Green+Blue) = 69+24+62=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 69 - color contains mainly: red. Hex color #45183E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45183E is #BAE7C1. Grayscale: #292929. Windows color (decimal): -12249026 or 4069445. OLE color: 4069445.
HSL color Cylindrical-coordinate representation of color #45183E: hue angle of 309.33º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45183E is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 24 | 62 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.73 |
| HSL | 309.33º | 0.48% | 0.18% | - |
| HSV(B) | 309.33º | 0.65% | 0.27% | - |
| XYZ | 3.65 | 2.27 | 4.8 | - |
| YUV | 41.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 24 | 62 | 0 | 0.65 | 0.10 | 0.73 | 309.33 | 0.48 | 0.18 |
| Hex | 45 | 18 | 3E | 0 | 41 | A | 49 | 135 | 30 | 12 |
| Octal | 105 | 30 | 76 | 0 | 101 | 12 | 111 | 465 | 60 | 22 |
| Binary | 1000101 | 11000 | 111110 | 0 | 1000001 | 1010 | 1001001 | 100110101 | 110000 | 10010 |
Color Harmonies of #45183E
Complementary color
Monochromatic Colors of #45183E
Black with #45183E
Text Example
Text Example
White with #45183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45183E; }
p { color: rgb(69,24,62); }
H1.HeaderClassName
{
color: #45183E;
}
.AnyTagClassName
{
color: #45183E;
}
</style>
background-color css
<style>
a { background-color: #45183E; }
a { background-color: rgb(69,24,62); }
div.DivClassName
{
background-color: #45183E;
}
.BgClassName
{
background-color: #45183E;
}
</style>
border-color css
<style>
span { border-color: #45183E; }
span { border-color: rgb(69,24,62); }
td.TdClassName
{
border-color: #45183E;
}
.TagClassName
{
border-color: #45183E;
}
</style>