Shades of Mardi Gras #45173F
Tints of Mardi Gras #45173F
RGB
CMYK
RGB Variations
Color information
#45173F (or 0x45173F) is known color: Mardi Gras. HEX triplet: 45, 17 and 3F. RGB value is (69,23,63). Sum of RGB (Red+Green+Blue) = 69+23+63=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 69 - color contains mainly: red. Hex color #45173F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45173F is #BAE8C0. Grayscale: #292929. Windows color (decimal): -12249281 or 4134725. OLE color: 4134725.
HSL color Cylindrical-coordinate representation of color #45173F: hue angle of 307.83º 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 #45173F is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 23 | 63 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.73 |
| HSL | 307.83º | 0.5% | 0.18% | - |
| HSV(B) | 307.83º | 0.67% | 0.27% | - |
| XYZ | 3.66 | 2.24 | 4.94 | - |
| YUV | 41.31 | 140.24 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 23 | 63 | 0 | 0.67 | 0.09 | 0.73 | 307.83 | 0.5 | 0.18 |
| Hex | 45 | 17 | 3F | 0 | 43 | 9 | 49 | 134 | 32 | 12 |
| Octal | 105 | 27 | 77 | 0 | 103 | 11 | 111 | 464 | 62 | 22 |
| Binary | 1000101 | 10111 | 111111 | 0 | 1000011 | 1001 | 1001001 | 100110100 | 110010 | 10010 |
Color Harmonies of #45173F
Complementary color
Monochromatic Colors of #45173F
Black with #45173F
Text Example
Text Example
White with #45173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45173F; }
p { color: rgb(69,23,63); }
H1.HeaderClassName
{
color: #45173F;
}
.AnyTagClassName
{
color: #45173F;
}
</style>
background-color css
<style>
a { background-color: #45173F; }
a { background-color: rgb(69,23,63); }
div.DivClassName
{
background-color: #45173F;
}
.BgClassName
{
background-color: #45173F;
}
</style>
border-color css
<style>
span { border-color: #45173F; }
span { border-color: rgb(69,23,63); }
td.TdClassName
{
border-color: #45173F;
}
.TagClassName
{
border-color: #45173F;
}
</style>