Shades of Mardi Gras #451C42
Tints of Mardi Gras #451C42
RGB
CMYK
RGB Variations
Color information
#451C42 (or 0x451C42) is known color: Mardi Gras. HEX triplet: 45, 1C and 42. RGB value is (69,28,66). Sum of RGB (Red+Green+Blue) = 69+28+66=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 69 - color contains mainly: red. Hex color #451C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451C42 is #BAE3BD. Grayscale: #2C2C2C. Windows color (decimal): -12247998 or 4332613. OLE color: 4332613.
HSL color Cylindrical-coordinate representation of color #451C42: hue angle of 304.39º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #451C42 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 28 | 66 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.73 |
| HSL | 304.39º | 0.42% | 0.19% | - |
| HSV(B) | 304.39º | 0.59% | 0.27% | - |
| XYZ | 3.85 | 2.49 | 5.43 | - |
| YUV | 44.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 66 | 0 | 0.59 | 0.04 | 0.73 | 304.39 | 0.42 | 0.19 |
| Hex | 45 | 1C | 42 | 0 | 3B | 4 | 49 | 130 | 2A | 13 |
| Octal | 105 | 34 | 102 | 0 | 73 | 4 | 111 | 460 | 52 | 23 |
| Binary | 1000101 | 11100 | 1000010 | 0 | 111011 | 100 | 1001001 | 100110000 | 101010 | 10011 |
Color Harmonies of #451C42
Complementary color
Monochromatic Colors of #451C42
Black with #451C42
Text Example
Text Example
White with #451C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451C42; }
p { color: rgb(69,28,66); }
H1.HeaderClassName
{
color: #451C42;
}
.AnyTagClassName
{
color: #451C42;
}
</style>
background-color css
<style>
a { background-color: #451C42; }
a { background-color: rgb(69,28,66); }
div.DivClassName
{
background-color: #451C42;
}
.BgClassName
{
background-color: #451C42;
}
</style>
border-color css
<style>
span { border-color: #451C42; }
span { border-color: rgb(69,28,66); }
td.TdClassName
{
border-color: #451C42;
}
.TagClassName
{
border-color: #451C42;
}
</style>