Shades of Mardi Gras #45113C
Tints of Mardi Gras #45113C
RGB
CMYK
RGB Variations
Color information
#45113C (or 0x45113C) is known color: Mardi Gras. HEX triplet: 45, 11 and 3C. RGB value is (69,17,60). Sum of RGB (Red+Green+Blue) = 69+17+60=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #45113C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45113C is #BAEEC3. Grayscale: #252525. Windows color (decimal): -12250820 or 3936581. OLE color: 3936581.
HSL color Cylindrical-coordinate representation of color #45113C: hue angle of 310.38º 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 #45113C is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 17 | 60 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.73 |
| HSL | 310.38º | 0.6% | 0.17% | - |
| HSV(B) | 310.38º | 0.75% | 0.27% | - |
| XYZ | 3.47 | 1.99 | 4.48 | - |
| YUV | 37.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 17 | 60 | 0 | 0.75 | 0.13 | 0.73 | 310.38 | 0.6 | 0.17 |
| Hex | 45 | 11 | 3C | 0 | 4B | D | 49 | 136 | 3C | 11 |
| Octal | 105 | 21 | 74 | 0 | 113 | 15 | 111 | 466 | 74 | 21 |
| Binary | 1000101 | 10001 | 111100 | 0 | 1001011 | 1101 | 1001001 | 100110110 | 111100 | 10001 |
Color Harmonies of #45113C
Complementary color
Monochromatic Colors of #45113C
Black with #45113C
Text Example
Text Example
White with #45113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45113C; }
p { color: rgb(69,17,60); }
H1.HeaderClassName
{
color: #45113C;
}
.AnyTagClassName
{
color: #45113C;
}
</style>
background-color css
<style>
a { background-color: #45113C; }
a { background-color: rgb(69,17,60); }
div.DivClassName
{
background-color: #45113C;
}
.BgClassName
{
background-color: #45113C;
}
</style>
border-color css
<style>
span { border-color: #45113C; }
span { border-color: rgb(69,17,60); }
td.TdClassName
{
border-color: #45113C;
}
.TagClassName
{
border-color: #45113C;
}
</style>