Shades of Mardi Gras #45113D
Tints of Mardi Gras #45113D
RGB
CMYK
RGB Variations
Color information
#45113D (or 0x45113D) is known color: Mardi Gras. HEX triplet: 45, 11 and 3D. RGB value is (69,17,61). Sum of RGB (Red+Green+Blue) = 69+17+61=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #45113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45113D is #BAEEC2. Grayscale: #252525. Windows color (decimal): -12250819 or 4002117. OLE color: 4002117.
HSL color Cylindrical-coordinate representation of color #45113D: hue angle of 309.23º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45113D is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 17 | 61 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.73 |
| HSL | 309.23º | 0.6% | 0.17% | - |
| HSV(B) | 309.23º | 0.75% | 0.27% | - |
| XYZ | 3.5 | 2 | 4.62 | - |
| YUV | 37.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 17 | 61 | 0 | 0.75 | 0.12 | 0.73 | 309.23 | 0.6 | 0.17 |
| Hex | 45 | 11 | 3D | 0 | 4B | C | 49 | 135 | 3C | 11 |
| Octal | 105 | 21 | 75 | 0 | 113 | 14 | 111 | 465 | 74 | 21 |
| Binary | 1000101 | 10001 | 111101 | 0 | 1001011 | 1100 | 1001001 | 100110101 | 111100 | 10001 |
Color Harmonies of #45113D
Complementary color
Monochromatic Colors of #45113D
Black with #45113D
Text Example
Text Example
White with #45113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45113D; }
p { color: rgb(69,17,61); }
H1.HeaderClassName
{
color: #45113D;
}
.AnyTagClassName
{
color: #45113D;
}
</style>
background-color css
<style>
a { background-color: #45113D; }
a { background-color: rgb(69,17,61); }
div.DivClassName
{
background-color: #45113D;
}
.BgClassName
{
background-color: #45113D;
}
</style>
border-color css
<style>
span { border-color: #45113D; }
span { border-color: rgb(69,17,61); }
td.TdClassName
{
border-color: #45113D;
}
.TagClassName
{
border-color: #45113D;
}
</style>