Shades of Mardi Gras #450E41
Tints of Mardi Gras #450E41
RGB
CMYK
RGB Variations
Color information
#450E41 (or 0x450E41) is known color: Mardi Gras. HEX triplet: 45, 0E and 41. RGB value is (69,14,65). Sum of RGB (Red+Green+Blue) = 69+14+65=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 69 - color contains mainly: red. Hex color #450E41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450E41 is #BAF1BE. Grayscale: #242424. Windows color (decimal): -12251583 or 4263493. OLE color: 4263493.
HSL color Cylindrical-coordinate representation of color #450E41: hue angle of 304.36º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #450E41 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 14 | 65 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.73 |
| HSL | 304.36º | 0.66% | 0.16% | - |
| HSV(B) | 304.36º | 0.8% | 0.27% | - |
| XYZ | 3.57 | 1.96 | 5.19 | - |
| YUV | 36.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 65 | 0 | 0.80 | 0.06 | 0.73 | 304.36 | 0.66 | 0.16 |
| Hex | 45 | E | 41 | 0 | 50 | 6 | 49 | 130 | 42 | 10 |
| Octal | 105 | 16 | 101 | 0 | 120 | 6 | 111 | 460 | 102 | 20 |
| Binary | 1000101 | 1110 | 1000001 | 0 | 1010000 | 110 | 1001001 | 100110000 | 1000010 | 10000 |
Color Harmonies of #450E41
Complementary color
Monochromatic Colors of #450E41
Black with #450E41
Text Example
Text Example
White with #450E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450E41; }
p { color: rgb(69,14,65); }
H1.HeaderClassName
{
color: #450E41;
}
.AnyTagClassName
{
color: #450E41;
}
</style>
background-color css
<style>
a { background-color: #450E41; }
a { background-color: rgb(69,14,65); }
div.DivClassName
{
background-color: #450E41;
}
.BgClassName
{
background-color: #450E41;
}
</style>
border-color css
<style>
span { border-color: #450E41; }
span { border-color: rgb(69,14,65); }
td.TdClassName
{
border-color: #450E41;
}
.TagClassName
{
border-color: #450E41;
}
</style>