Shades of Mardi Gras #45013E
Tints of Mardi Gras #45013E
RGB
CMYK
RGB Variations
Color information
#45013E (or 0x45013E) is known color: Mardi Gras. HEX triplet: 45, 01 and 3E. RGB value is (69,1,62). Sum of RGB (Red+Green+Blue) = 69+1+62=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #45013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45013E is #BAFEC1. Grayscale: #1C1C1C. Windows color (decimal): -12254914 or 4063557. OLE color: 4063557.
HSL color Cylindrical-coordinate representation of color #45013E: hue angle of 306.18º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45013E is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.73 |
| HSL | 306.18º | 0.97% | 0.14% | - |
| HSV(B) | 306.18º | 0.99% | 0.27% | - |
| XYZ | 3.33 | 1.63 | 4.7 | - |
| YUV | 28.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 62 | 0 | 0.99 | 0.10 | 0.73 | 306.18 | 0.97 | 0.14 |
| Hex | 45 | 1 | 3E | 0 | 63 | A | 49 | 132 | 61 | E |
| Octal | 105 | 1 | 76 | 0 | 143 | 12 | 111 | 462 | 141 | 16 |
| Binary | 1000101 | 1 | 111110 | 0 | 1100011 | 1010 | 1001001 | 100110010 | 1100001 | 1110 |
Color Harmonies of #45013E
Complementary color
Monochromatic Colors of #45013E
Black with #45013E
Text Example
Text Example
White with #45013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45013E; }
p { color: rgb(69,1,62); }
H1.HeaderClassName
{
color: #45013E;
}
.AnyTagClassName
{
color: #45013E;
}
</style>
background-color css
<style>
a { background-color: #45013E; }
a { background-color: rgb(69,1,62); }
div.DivClassName
{
background-color: #45013E;
}
.BgClassName
{
background-color: #45013E;
}
</style>
border-color css
<style>
span { border-color: #45013E; }
span { border-color: rgb(69,1,62); }
td.TdClassName
{
border-color: #45013E;
}
.TagClassName
{
border-color: #45013E;
}
</style>