Shades of Mardi Gras #45173E
Tints of Mardi Gras #45173E
RGB
CMYK
RGB Variations
Color information
#45173E (or 0x45173E) is known color: Mardi Gras. HEX triplet: 45, 17 and 3E. RGB value is (69,23,62). Sum of RGB (Red+Green+Blue) = 69+23+62=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #45173E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45173E is #BAE8C1. Grayscale: #292929. Windows color (decimal): -12249282 or 4069189. OLE color: 4069189.
HSL color Cylindrical-coordinate representation of color #45173E: hue angle of 309.13º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45173E is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 23 | 62 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.73 |
| HSL | 309.13º | 0.5% | 0.18% | - |
| HSV(B) | 309.13º | 0.67% | 0.27% | - |
| XYZ | 3.63 | 2.23 | 4.8 | - |
| YUV | 41.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 23 | 62 | 0 | 0.67 | 0.10 | 0.73 | 309.13 | 0.5 | 0.18 |
| Hex | 45 | 17 | 3E | 0 | 43 | A | 49 | 135 | 32 | 12 |
| Octal | 105 | 27 | 76 | 0 | 103 | 12 | 111 | 465 | 62 | 22 |
| Binary | 1000101 | 10111 | 111110 | 0 | 1000011 | 1010 | 1001001 | 100110101 | 110010 | 10010 |
Color Harmonies of #45173E
Complementary color
Monochromatic Colors of #45173E
Black with #45173E
Text Example
Text Example
White with #45173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45173E; }
p { color: rgb(69,23,62); }
H1.HeaderClassName
{
color: #45173E;
}
.AnyTagClassName
{
color: #45173E;
}
</style>
background-color css
<style>
a { background-color: #45173E; }
a { background-color: rgb(69,23,62); }
div.DivClassName
{
background-color: #45173E;
}
.BgClassName
{
background-color: #45173E;
}
</style>
border-color css
<style>
span { border-color: #45173E; }
span { border-color: rgb(69,23,62); }
td.TdClassName
{
border-color: #45173E;
}
.TagClassName
{
border-color: #45173E;
}
</style>