Shades of Mardi Gras #45153C
Tints of Mardi Gras #45153C
RGB
CMYK
RGB Variations
Color information
#45153C (or 0x45153C) is known color: Mardi Gras. HEX triplet: 45, 15 and 3C. RGB value is (69,21,60). Sum of RGB (Red+Green+Blue) = 69+21+60=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 69 - color contains mainly: red. Hex color #45153C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45153C is #BAEAC3. Grayscale: #272727. Windows color (decimal): -12249796 or 3937605. OLE color: 3937605.
HSL color Cylindrical-coordinate representation of color #45153C: hue angle of 311.25º 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 #45153C is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 21 | 60 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.73 |
| HSL | 311.25º | 0.53% | 0.18% | - |
| HSV(B) | 311.25º | 0.7% | 0.27% | - |
| XYZ | 3.54 | 2.13 | 4.5 | - |
| YUV | 39.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 60 | 0 | 0.70 | 0.13 | 0.73 | 311.25 | 0.53 | 0.18 |
| Hex | 45 | 15 | 3C | 0 | 46 | D | 49 | 137 | 35 | 12 |
| Octal | 105 | 25 | 74 | 0 | 106 | 15 | 111 | 467 | 65 | 22 |
| Binary | 1000101 | 10101 | 111100 | 0 | 1000110 | 1101 | 1001001 | 100110111 | 110101 | 10010 |
Color Harmonies of #45153C
Complementary color
Monochromatic Colors of #45153C
Black with #45153C
Text Example
Text Example
White with #45153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45153C; }
p { color: rgb(69,21,60); }
H1.HeaderClassName
{
color: #45153C;
}
.AnyTagClassName
{
color: #45153C;
}
</style>
background-color css
<style>
a { background-color: #45153C; }
a { background-color: rgb(69,21,60); }
div.DivClassName
{
background-color: #45153C;
}
.BgClassName
{
background-color: #45153C;
}
</style>
border-color css
<style>
span { border-color: #45153C; }
span { border-color: rgb(69,21,60); }
td.TdClassName
{
border-color: #45153C;
}
.TagClassName
{
border-color: #45153C;
}
</style>