Shades of Mardi Gras #45153F
Tints of Mardi Gras #45153F
RGB
CMYK
RGB Variations
Color information
#45153F (or 0x45153F) is known color: Mardi Gras. HEX triplet: 45, 15 and 3F. RGB value is (69,21,63). Sum of RGB (Red+Green+Blue) = 69+21+63=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 69 - color contains mainly: red. Hex color #45153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45153F is #BAEAC0. Grayscale: #282828. Windows color (decimal): -12249793 or 4134213. OLE color: 4134213.
HSL color Cylindrical-coordinate representation of color #45153F: hue angle of 307.5º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45153F is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 21 | 63 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.73 |
| HSL | 307.5º | 0.53% | 0.18% | - |
| HSV(B) | 307.5º | 0.7% | 0.27% | - |
| XYZ | 3.62 | 2.16 | 4.93 | - |
| YUV | 40.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 63 | 0 | 0.70 | 0.09 | 0.73 | 307.5 | 0.53 | 0.18 |
| Hex | 45 | 15 | 3F | 0 | 46 | 9 | 49 | 134 | 35 | 12 |
| Octal | 105 | 25 | 77 | 0 | 106 | 11 | 111 | 464 | 65 | 22 |
| Binary | 1000101 | 10101 | 111111 | 0 | 1000110 | 1001 | 1001001 | 100110100 | 110101 | 10010 |
Color Harmonies of #45153F
Complementary color
Monochromatic Colors of #45153F
Black with #45153F
Text Example
Text Example
White with #45153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45153F; }
p { color: rgb(69,21,63); }
H1.HeaderClassName
{
color: #45153F;
}
.AnyTagClassName
{
color: #45153F;
}
</style>
background-color css
<style>
a { background-color: #45153F; }
a { background-color: rgb(69,21,63); }
div.DivClassName
{
background-color: #45153F;
}
.BgClassName
{
background-color: #45153F;
}
</style>
border-color css
<style>
span { border-color: #45153F; }
span { border-color: rgb(69,21,63); }
td.TdClassName
{
border-color: #45153F;
}
.TagClassName
{
border-color: #45153F;
}
</style>