Shades of Mardi Gras #451B42
Tints of Mardi Gras #451B42
RGB
CMYK
RGB Variations
Color information
#451B42 (or 0x451B42) is known color: Mardi Gras. HEX triplet: 45, 1B and 42. RGB value is (69,27,66). Sum of RGB (Red+Green+Blue) = 69+27+66=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 69 - color contains mainly: red. Hex color #451B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451B42 is #BAE4BD. Grayscale: #2B2B2B. Windows color (decimal): -12248254 or 4332357. OLE color: 4332357.
HSL color Cylindrical-coordinate representation of color #451B42: hue angle of 304.29º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #451B42 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 27 | 66 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.73 |
| HSL | 304.29º | 0.44% | 0.19% | - |
| HSV(B) | 304.29º | 0.61% | 0.27% | - |
| XYZ | 3.83 | 2.44 | 5.42 | - |
| YUV | 44 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 27 | 66 | 0 | 0.61 | 0.04 | 0.73 | 304.29 | 0.44 | 0.19 |
| Hex | 45 | 1B | 42 | 0 | 3D | 4 | 49 | 130 | 2C | 13 |
| Octal | 105 | 33 | 102 | 0 | 75 | 4 | 111 | 460 | 54 | 23 |
| Binary | 1000101 | 11011 | 1000010 | 0 | 111101 | 100 | 1001001 | 100110000 | 101100 | 10011 |
Color Harmonies of #451B42
Complementary color
Monochromatic Colors of #451B42
Black with #451B42
Text Example
Text Example
White with #451B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451B42; }
p { color: rgb(69,27,66); }
H1.HeaderClassName
{
color: #451B42;
}
.AnyTagClassName
{
color: #451B42;
}
</style>
background-color css
<style>
a { background-color: #451B42; }
a { background-color: rgb(69,27,66); }
div.DivClassName
{
background-color: #451B42;
}
.BgClassName
{
background-color: #451B42;
}
</style>
border-color css
<style>
span { border-color: #451B42; }
span { border-color: rgb(69,27,66); }
td.TdClassName
{
border-color: #451B42;
}
.TagClassName
{
border-color: #451B42;
}
</style>