Shades of Mardi Gras #450B43
Tints of Mardi Gras #450B43
RGB
CMYK
RGB Variations
Color information
#450B43 (or 0x450B43) is known color: Mardi Gras. HEX triplet: 45, 0B and 43. RGB value is (69,11,67). Sum of RGB (Red+Green+Blue) = 69+11+67=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #450B43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B43 is #BAF4BC. Grayscale: #222222. Windows color (decimal): -12252349 or 4393797. OLE color: 4393797.
HSL color Cylindrical-coordinate representation of color #450B43: hue angle of 302.07º 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 #450B43 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 11 | 67 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.73 |
| HSL | 302.07º | 0.73% | 0.16% | - |
| HSV(B) | 302.07º | 0.84% | 0.27% | - |
| XYZ | 3.59 | 1.91 | 5.49 | - |
| YUV | 34.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 67 | 0 | 0.84 | 0.03 | 0.73 | 302.07 | 0.73 | 0.16 |
| Hex | 45 | B | 43 | 0 | 54 | 3 | 49 | 12E | 48 | 10 |
| Octal | 105 | 13 | 103 | 0 | 124 | 3 | 111 | 456 | 110 | 20 |
| Binary | 1000101 | 1011 | 1000011 | 0 | 1010100 | 11 | 1001001 | 100101110 | 1001000 | 10000 |
Color Harmonies of #450B43
Complementary color
Monochromatic Colors of #450B43
Black with #450B43
Text Example
Text Example
White with #450B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450B43; }
p { color: rgb(69,11,67); }
H1.HeaderClassName
{
color: #450B43;
}
.AnyTagClassName
{
color: #450B43;
}
</style>
background-color css
<style>
a { background-color: #450B43; }
a { background-color: rgb(69,11,67); }
div.DivClassName
{
background-color: #450B43;
}
.BgClassName
{
background-color: #450B43;
}
</style>
border-color css
<style>
span { border-color: #450B43; }
span { border-color: rgb(69,11,67); }
td.TdClassName
{
border-color: #450B43;
}
.TagClassName
{
border-color: #450B43;
}
</style>