Shades of Mardi Gras #451441
Tints of Mardi Gras #451441
RGB
CMYK
RGB Variations
Color information
#451441 (or 0x451441) is known color: Mardi Gras. HEX triplet: 45, 14 and 41. RGB value is (69,20,65). Sum of RGB (Red+Green+Blue) = 69+20+65=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #451441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451441 is #BAEBBE. Grayscale: #272727. Windows color (decimal): -12250047 or 4265029. OLE color: 4265029.
HSL color Cylindrical-coordinate representation of color #451441: hue angle of 304.9º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #451441 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 20 | 65 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.73 |
| HSL | 304.9º | 0.55% | 0.17% | - |
| HSV(B) | 304.9º | 0.71% | 0.27% | - |
| XYZ | 3.66 | 2.15 | 5.22 | - |
| YUV | 39.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 20 | 65 | 0 | 0.71 | 0.06 | 0.73 | 304.9 | 0.55 | 0.17 |
| Hex | 45 | 14 | 41 | 0 | 47 | 6 | 49 | 131 | 37 | 11 |
| Octal | 105 | 24 | 101 | 0 | 107 | 6 | 111 | 461 | 67 | 21 |
| Binary | 1000101 | 10100 | 1000001 | 0 | 1000111 | 110 | 1001001 | 100110001 | 110111 | 10001 |
Color Harmonies of #451441
Complementary color
Monochromatic Colors of #451441
Black with #451441
Text Example
Text Example
White with #451441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451441; }
p { color: rgb(69,20,65); }
H1.HeaderClassName
{
color: #451441;
}
.AnyTagClassName
{
color: #451441;
}
</style>
background-color css
<style>
a { background-color: #451441; }
a { background-color: rgb(69,20,65); }
div.DivClassName
{
background-color: #451441;
}
.BgClassName
{
background-color: #451441;
}
</style>
border-color css
<style>
span { border-color: #451441; }
span { border-color: rgb(69,20,65); }
td.TdClassName
{
border-color: #451441;
}
.TagClassName
{
border-color: #451441;
}
</style>