Shades of Mardi Gras #450F43
Tints of Mardi Gras #450F43
RGB
CMYK
RGB Variations
Color information
#450F43 (or 0x450F43) is known color: Mardi Gras. HEX triplet: 45, 0F and 43. RGB value is (69,15,67). Sum of RGB (Red+Green+Blue) = 69+15+67=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 67 (26.56% from 255 or 44.37% from 151); Max value from RGB is 69 - color contains mainly: red. Hex color #450F43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450F43 is #BAF0BC. Grayscale: #242424. Windows color (decimal): -12251325 or 4394821. OLE color: 4394821.
HSL color Cylindrical-coordinate representation of color #450F43: hue angle of 302.22º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #450F43 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 15 | 67 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.73 |
| HSL | 302.22º | 0.64% | 0.16% | - |
| HSV(B) | 302.22º | 0.78% | 0.27% | - |
| XYZ | 3.64 | 2.01 | 5.51 | - |
| YUV | 37.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 67 | 0 | 0.78 | 0.03 | 0.73 | 302.22 | 0.64 | 0.16 |
| Hex | 45 | F | 43 | 0 | 4E | 3 | 49 | 12E | 40 | 10 |
| Octal | 105 | 17 | 103 | 0 | 116 | 3 | 111 | 456 | 100 | 20 |
| Binary | 1000101 | 1111 | 1000011 | 0 | 1001110 | 11 | 1001001 | 100101110 | 1000000 | 10000 |
Color Harmonies of #450F43
Complementary color
Monochromatic Colors of #450F43
Black with #450F43
Text Example
Text Example
White with #450F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450F43; }
p { color: rgb(69,15,67); }
H1.HeaderClassName
{
color: #450F43;
}
.AnyTagClassName
{
color: #450F43;
}
</style>
background-color css
<style>
a { background-color: #450F43; }
a { background-color: rgb(69,15,67); }
div.DivClassName
{
background-color: #450F43;
}
.BgClassName
{
background-color: #450F43;
}
</style>
border-color css
<style>
span { border-color: #450F43; }
span { border-color: rgb(69,15,67); }
td.TdClassName
{
border-color: #450F43;
}
.TagClassName
{
border-color: #450F43;
}
</style>