Shades of Mardi Gras #450D40
Tints of Mardi Gras #450D40
RGB
CMYK
RGB Variations
Color information
#450D40 (or 0x450D40) is known color: Mardi Gras. HEX triplet: 45, 0D and 40. RGB value is (69,13,64). Sum of RGB (Red+Green+Blue) = 69+13+64=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #450D40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450D40 is #BAF2BF. Grayscale: #232323. Windows color (decimal): -12251840 or 4197701. OLE color: 4197701.
HSL color Cylindrical-coordinate representation of color #450D40: hue angle of 305.36º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #450D40 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 13 | 64 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.73 |
| HSL | 305.36º | 0.68% | 0.16% | - |
| HSV(B) | 305.36º | 0.81% | 0.27% | - |
| XYZ | 3.52 | 1.92 | 5.04 | - |
| YUV | 35.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 13 | 64 | 0 | 0.81 | 0.07 | 0.73 | 305.36 | 0.68 | 0.16 |
| Hex | 45 | D | 40 | 0 | 51 | 7 | 49 | 131 | 44 | 10 |
| Octal | 105 | 15 | 100 | 0 | 121 | 7 | 111 | 461 | 104 | 20 |
| Binary | 1000101 | 1101 | 1000000 | 0 | 1010001 | 111 | 1001001 | 100110001 | 1000100 | 10000 |
Color Harmonies of #450D40
Complementary color
Monochromatic Colors of #450D40
Black with #450D40
Text Example
Text Example
White with #450D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450D40; }
p { color: rgb(69,13,64); }
H1.HeaderClassName
{
color: #450D40;
}
.AnyTagClassName
{
color: #450D40;
}
</style>
background-color css
<style>
a { background-color: #450D40; }
a { background-color: rgb(69,13,64); }
div.DivClassName
{
background-color: #450D40;
}
.BgClassName
{
background-color: #450D40;
}
</style>
border-color css
<style>
span { border-color: #450D40; }
span { border-color: rgb(69,13,64); }
td.TdClassName
{
border-color: #450D40;
}
.TagClassName
{
border-color: #450D40;
}
</style>