Shades of Mardi Gras #45063E
Tints of Mardi Gras #45063E
RGB
CMYK
RGB Variations
Color information
#45063E (or 0x45063E) is known color: Mardi Gras. HEX triplet: 45, 06 and 3E. RGB value is (69,6,62). Sum of RGB (Red+Green+Blue) = 69+6+62=137 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.36% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 62 (24.61% from 255 or 45.26% from 137); Max value from RGB is 69 - color contains mainly: red. Hex color #45063E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45063E is #BAF9C1. Grayscale: #1F1F1F. Windows color (decimal): -12253634 or 4064837. OLE color: 4064837.
HSL color Cylindrical-coordinate representation of color #45063E: hue angle of 306.67º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #45063E is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 6 | 62 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.73 |
| HSL | 306.67º | 0.84% | 0.15% | - |
| HSV(B) | 306.67º | 0.91% | 0.27% | - |
| XYZ | 3.39 | 1.74 | 4.72 | - |
| YUV | 31.22 | 145.37 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 6 | 62 | 0 | 0.91 | 0.10 | 0.73 | 306.67 | 0.84 | 0.15 |
| Hex | 45 | 6 | 3E | 0 | 5B | A | 49 | 133 | 54 | F |
| Octal | 105 | 6 | 76 | 0 | 133 | 12 | 111 | 463 | 124 | 17 |
| Binary | 1000101 | 110 | 111110 | 0 | 1011011 | 1010 | 1001001 | 100110011 | 1010100 | 1111 |
Color Harmonies of #45063E
Complementary color
Monochromatic Colors of #45063E
Black with #45063E
Text Example
Text Example
White with #45063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45063E; }
p { color: rgb(69,6,62); }
H1.HeaderClassName
{
color: #45063E;
}
.AnyTagClassName
{
color: #45063E;
}
</style>
background-color css
<style>
a { background-color: #45063E; }
a { background-color: rgb(69,6,62); }
div.DivClassName
{
background-color: #45063E;
}
.BgClassName
{
background-color: #45063E;
}
</style>
border-color css
<style>
span { border-color: #45063E; }
span { border-color: rgb(69,6,62); }
td.TdClassName
{
border-color: #45063E;
}
.TagClassName
{
border-color: #45063E;
}
</style>