Shades of Mardi Gras #45113E
Tints of Mardi Gras #45113E
RGB
CMYK
RGB Variations
Color information
#45113E (or 0x45113E) is known color: Mardi Gras. HEX triplet: 45, 11 and 3E. RGB value is (69,17,62). Sum of RGB (Red+Green+Blue) = 69+17+62=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 69 - color contains mainly: red. Hex color #45113E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45113E is #BAEEC1. Grayscale: #252525. Windows color (decimal): -12250818 or 4067653. OLE color: 4067653.
HSL color Cylindrical-coordinate representation of color #45113E: hue angle of 308.08º 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 #45113E is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 17 | 62 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.73 |
| HSL | 308.08º | 0.6% | 0.17% | - |
| HSV(B) | 308.08º | 0.75% | 0.27% | - |
| XYZ | 3.52 | 2.01 | 4.76 | - |
| YUV | 37.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 17 | 62 | 0 | 0.75 | 0.10 | 0.73 | 308.08 | 0.6 | 0.17 |
| Hex | 45 | 11 | 3E | 0 | 4B | A | 49 | 134 | 3C | 11 |
| Octal | 105 | 21 | 76 | 0 | 113 | 12 | 111 | 464 | 74 | 21 |
| Binary | 1000101 | 10001 | 111110 | 0 | 1001011 | 1010 | 1001001 | 100110100 | 111100 | 10001 |
Color Harmonies of #45113E
Complementary color
Monochromatic Colors of #45113E
Black with #45113E
Text Example
Text Example
White with #45113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45113E; }
p { color: rgb(69,17,62); }
H1.HeaderClassName
{
color: #45113E;
}
.AnyTagClassName
{
color: #45113E;
}
</style>
background-color css
<style>
a { background-color: #45113E; }
a { background-color: rgb(69,17,62); }
div.DivClassName
{
background-color: #45113E;
}
.BgClassName
{
background-color: #45113E;
}
</style>
border-color css
<style>
span { border-color: #45113E; }
span { border-color: rgb(69,17,62); }
td.TdClassName
{
border-color: #45113E;
}
.TagClassName
{
border-color: #45113E;
}
</style>