Shades of Mardi Gras #45143C
Tints of Mardi Gras #45143C
RGB
CMYK
RGB Variations
Color information
#45143C (or 0x45143C) is known color: Mardi Gras. HEX triplet: 45, 14 and 3C. RGB value is (69,20,60). Sum of RGB (Red+Green+Blue) = 69+20+60=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #45143C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45143C is #BAEBC3. Grayscale: #272727. Windows color (decimal): -12250052 or 3937349. OLE color: 3937349.
HSL color Cylindrical-coordinate representation of color #45143C: hue angle of 311.02º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45143C is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 20 | 60 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.73 |
| HSL | 311.02º | 0.55% | 0.17% | - |
| HSV(B) | 311.02º | 0.71% | 0.27% | - |
| XYZ | 3.52 | 2.09 | 4.49 | - |
| YUV | 39.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 20 | 60 | 0 | 0.71 | 0.13 | 0.73 | 311.02 | 0.55 | 0.17 |
| Hex | 45 | 14 | 3C | 0 | 47 | D | 49 | 137 | 37 | 11 |
| Octal | 105 | 24 | 74 | 0 | 107 | 15 | 111 | 467 | 67 | 21 |
| Binary | 1000101 | 10100 | 111100 | 0 | 1000111 | 1101 | 1001001 | 100110111 | 110111 | 10001 |
Color Harmonies of #45143C
Complementary color
Monochromatic Colors of #45143C
Black with #45143C
Text Example
Text Example
White with #45143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45143C; }
p { color: rgb(69,20,60); }
H1.HeaderClassName
{
color: #45143C;
}
.AnyTagClassName
{
color: #45143C;
}
</style>
background-color css
<style>
a { background-color: #45143C; }
a { background-color: rgb(69,20,60); }
div.DivClassName
{
background-color: #45143C;
}
.BgClassName
{
background-color: #45143C;
}
</style>
border-color css
<style>
span { border-color: #45143C; }
span { border-color: rgb(69,20,60); }
td.TdClassName
{
border-color: #45143C;
}
.TagClassName
{
border-color: #45143C;
}
</style>