Shades of Mardi Gras #450B41
Tints of Mardi Gras #450B41
RGB
CMYK
RGB Variations
Color information
#450B41 (or 0x450B41) is known color: Mardi Gras. HEX triplet: 45, 0B and 41. RGB value is (69,11,65). Sum of RGB (Red+Green+Blue) = 69+11+65=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 69 - color contains mainly: red. Hex color #450B41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B41 is #BAF4BE. Grayscale: #222222. Windows color (decimal): -12252351 or 4262725. OLE color: 4262725.
HSL color Cylindrical-coordinate representation of color #450B41: hue angle of 304.14º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #450B41 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 11 | 65 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.73 |
| HSL | 304.14º | 0.73% | 0.16% | - |
| HSV(B) | 304.14º | 0.84% | 0.27% | - |
| XYZ | 3.53 | 1.89 | 5.18 | - |
| YUV | 34.5 | 145.22 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 65 | 0 | 0.84 | 0.06 | 0.73 | 304.14 | 0.73 | 0.16 |
| Hex | 45 | B | 41 | 0 | 54 | 6 | 49 | 130 | 48 | 10 |
| Octal | 105 | 13 | 101 | 0 | 124 | 6 | 111 | 460 | 110 | 20 |
| Binary | 1000101 | 1011 | 1000001 | 0 | 1010100 | 110 | 1001001 | 100110000 | 1001000 | 10000 |
Color Harmonies of #450B41
Complementary color
Monochromatic Colors of #450B41
Black with #450B41
Text Example
Text Example
White with #450B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450B41; }
p { color: rgb(69,11,65); }
H1.HeaderClassName
{
color: #450B41;
}
.AnyTagClassName
{
color: #450B41;
}
</style>
background-color css
<style>
a { background-color: #450B41; }
a { background-color: rgb(69,11,65); }
div.DivClassName
{
background-color: #450B41;
}
.BgClassName
{
background-color: #450B41;
}
</style>
border-color css
<style>
span { border-color: #450B41; }
span { border-color: rgb(69,11,65); }
td.TdClassName
{
border-color: #450B41;
}
.TagClassName
{
border-color: #450B41;
}
</style>