Shades of Mardi Gras #451741
Tints of Mardi Gras #451741
RGB
CMYK
RGB Variations
Color information
#451741 (or 0x451741) is known color: Mardi Gras. HEX triplet: 45, 17 and 41. RGB value is (69,23,65). Sum of RGB (Red+Green+Blue) = 69+23+65=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 69 - color contains mainly: red. Hex color #451741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451741 is #BAE8BE. Grayscale: #292929. Windows color (decimal): -12249279 or 4265797. OLE color: 4265797.
HSL color Cylindrical-coordinate representation of color #451741: hue angle of 305.22º 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 #451741 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 23 | 65 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.73 |
| HSL | 305.22º | 0.5% | 0.18% | - |
| HSV(B) | 305.22º | 0.67% | 0.27% | - |
| XYZ | 3.71 | 2.26 | 5.24 | - |
| YUV | 41.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 23 | 65 | 0 | 0.67 | 0.06 | 0.73 | 305.22 | 0.5 | 0.18 |
| Hex | 45 | 17 | 41 | 0 | 43 | 6 | 49 | 131 | 32 | 12 |
| Octal | 105 | 27 | 101 | 0 | 103 | 6 | 111 | 461 | 62 | 22 |
| Binary | 1000101 | 10111 | 1000001 | 0 | 1000011 | 110 | 1001001 | 100110001 | 110010 | 10010 |
Color Harmonies of #451741
Complementary color
Monochromatic Colors of #451741
Black with #451741
Text Example
Text Example
White with #451741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451741; }
p { color: rgb(69,23,65); }
H1.HeaderClassName
{
color: #451741;
}
.AnyTagClassName
{
color: #451741;
}
</style>
background-color css
<style>
a { background-color: #451741; }
a { background-color: rgb(69,23,65); }
div.DivClassName
{
background-color: #451741;
}
.BgClassName
{
background-color: #451741;
}
</style>
border-color css
<style>
span { border-color: #451741; }
span { border-color: rgb(69,23,65); }
td.TdClassName
{
border-color: #451741;
}
.TagClassName
{
border-color: #451741;
}
</style>