Shades of Mardi Gras #450A40
Tints of Mardi Gras #450A40
RGB
CMYK
RGB Variations
Color information
#450A40 (or 0x450A40) is known color: Mardi Gras. HEX triplet: 45, 0A and 40. RGB value is (69,10,64). Sum of RGB (Red+Green+Blue) = 69+10+64=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #450A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450A40 is #BAF5BF. Grayscale: #212121. Windows color (decimal): -12252608 or 4196933. OLE color: 4196933.
HSL color Cylindrical-coordinate representation of color #450A40: hue angle of 305.08º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #450A40 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 10 | 64 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.73 |
| HSL | 305.08º | 0.75% | 0.15% | - |
| HSV(B) | 305.08º | 0.86% | 0.27% | - |
| XYZ | 3.49 | 1.85 | 5.02 | - |
| YUV | 33.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 10 | 64 | 0 | 0.86 | 0.07 | 0.73 | 305.08 | 0.75 | 0.15 |
| Hex | 45 | A | 40 | 0 | 56 | 7 | 49 | 131 | 4B | F |
| Octal | 105 | 12 | 100 | 0 | 126 | 7 | 111 | 461 | 113 | 17 |
| Binary | 1000101 | 1010 | 1000000 | 0 | 1010110 | 111 | 1001001 | 100110001 | 1001011 | 1111 |
Color Harmonies of #450A40
Complementary color
Monochromatic Colors of #450A40
Black with #450A40
Text Example
Text Example
White with #450A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450A40; }
p { color: rgb(69,10,64); }
H1.HeaderClassName
{
color: #450A40;
}
.AnyTagClassName
{
color: #450A40;
}
</style>
background-color css
<style>
a { background-color: #450A40; }
a { background-color: rgb(69,10,64); }
div.DivClassName
{
background-color: #450A40;
}
.BgClassName
{
background-color: #450A40;
}
</style>
border-color css
<style>
span { border-color: #450A40; }
span { border-color: rgb(69,10,64); }
td.TdClassName
{
border-color: #450A40;
}
.TagClassName
{
border-color: #450A40;
}
</style>