Shades of Mardi Gras #451442
Tints of Mardi Gras #451442
RGB
CMYK
RGB Variations
Color information
#451442 (or 0x451442) is known color: Mardi Gras. HEX triplet: 45, 14 and 42. RGB value is (69,20,66). Sum of RGB (Red+Green+Blue) = 69+20+66=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 66 (26.17% from 255 or 42.58% from 155); Max value from RGB is 69 - color contains mainly: red. Hex color #451442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451442 is #BAEBBD. Grayscale: #272727. Windows color (decimal): -12250046 or 4330565. OLE color: 4330565.
HSL color Cylindrical-coordinate representation of color #451442: hue angle of 303.67º 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 #451442 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 20 | 66 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.73 |
| HSL | 303.67º | 0.55% | 0.17% | - |
| HSV(B) | 303.67º | 0.71% | 0.27% | - |
| XYZ | 3.69 | 2.16 | 5.38 | - |
| YUV | 39.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 20 | 66 | 0 | 0.71 | 0.04 | 0.73 | 303.67 | 0.55 | 0.17 |
| Hex | 45 | 14 | 42 | 0 | 47 | 4 | 49 | 130 | 37 | 11 |
| Octal | 105 | 24 | 102 | 0 | 107 | 4 | 111 | 460 | 67 | 21 |
| Binary | 1000101 | 10100 | 1000010 | 0 | 1000111 | 100 | 1001001 | 100110000 | 110111 | 10001 |
Color Harmonies of #451442
Complementary color
Monochromatic Colors of #451442
Black with #451442
Text Example
Text Example
White with #451442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451442; }
p { color: rgb(69,20,66); }
H1.HeaderClassName
{
color: #451442;
}
.AnyTagClassName
{
color: #451442;
}
</style>
background-color css
<style>
a { background-color: #451442; }
a { background-color: rgb(69,20,66); }
div.DivClassName
{
background-color: #451442;
}
.BgClassName
{
background-color: #451442;
}
</style>
border-color css
<style>
span { border-color: #451442; }
span { border-color: rgb(69,20,66); }
td.TdClassName
{
border-color: #451442;
}
.TagClassName
{
border-color: #451442;
}
</style>