Shades of Mardi Gras #45143E
Tints of Mardi Gras #45143E
RGB
CMYK
RGB Variations
Color information
#45143E (or 0x45143E) is known color: Mardi Gras. HEX triplet: 45, 14 and 3E. RGB value is (69,20,62). Sum of RGB (Red+Green+Blue) = 69+20+62=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 69 - color contains mainly: red. Hex color #45143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45143E is #BAEBC1. Grayscale: #272727. Windows color (decimal): -12250050 or 4068421. OLE color: 4068421.
HSL color Cylindrical-coordinate representation of color #45143E: hue angle of 308.57º 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 #45143E is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 20 | 62 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.73 |
| HSL | 308.57º | 0.55% | 0.17% | - |
| HSV(B) | 308.57º | 0.71% | 0.27% | - |
| XYZ | 3.57 | 2.11 | 4.78 | - |
| YUV | 39.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 20 | 62 | 0 | 0.71 | 0.10 | 0.73 | 308.57 | 0.55 | 0.17 |
| Hex | 45 | 14 | 3E | 0 | 47 | A | 49 | 135 | 37 | 11 |
| Octal | 105 | 24 | 76 | 0 | 107 | 12 | 111 | 465 | 67 | 21 |
| Binary | 1000101 | 10100 | 111110 | 0 | 1000111 | 1010 | 1001001 | 100110101 | 110111 | 10001 |
Color Harmonies of #45143E
Complementary color
Monochromatic Colors of #45143E
Black with #45143E
Text Example
Text Example
White with #45143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45143E; }
p { color: rgb(69,20,62); }
H1.HeaderClassName
{
color: #45143E;
}
.AnyTagClassName
{
color: #45143E;
}
</style>
background-color css
<style>
a { background-color: #45143E; }
a { background-color: rgb(69,20,62); }
div.DivClassName
{
background-color: #45143E;
}
.BgClassName
{
background-color: #45143E;
}
</style>
border-color css
<style>
span { border-color: #45143E; }
span { border-color: rgb(69,20,62); }
td.TdClassName
{
border-color: #45143E;
}
.TagClassName
{
border-color: #45143E;
}
</style>