Shades of Mardi Gras #451341
Tints of Mardi Gras #451341
RGB
CMYK
RGB Variations
Color information
#451341 (or 0x451341) is known color: Mardi Gras. HEX triplet: 45, 13 and 41. RGB value is (69,19,65). Sum of RGB (Red+Green+Blue) = 69+19+65=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 69 - color contains mainly: red. Hex color #451341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451341 is #BAECBE. Grayscale: #272727. Windows color (decimal): -12250303 or 4264773. OLE color: 4264773.
HSL color Cylindrical-coordinate representation of color #451341: hue angle of 304.8º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #451341 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 19 | 65 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.73 |
| HSL | 304.8º | 0.57% | 0.17% | - |
| HSV(B) | 304.8º | 0.72% | 0.27% | - |
| XYZ | 3.64 | 2.11 | 5.22 | - |
| YUV | 39.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 65 | 0 | 0.72 | 0.06 | 0.73 | 304.8 | 0.57 | 0.17 |
| Hex | 45 | 13 | 41 | 0 | 48 | 6 | 49 | 131 | 39 | 11 |
| Octal | 105 | 23 | 101 | 0 | 110 | 6 | 111 | 461 | 71 | 21 |
| Binary | 1000101 | 10011 | 1000001 | 0 | 1001000 | 110 | 1001001 | 100110001 | 111001 | 10001 |
Color Harmonies of #451341
Complementary color
Monochromatic Colors of #451341
Black with #451341
Text Example
Text Example
White with #451341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451341; }
p { color: rgb(69,19,65); }
H1.HeaderClassName
{
color: #451341;
}
.AnyTagClassName
{
color: #451341;
}
</style>
background-color css
<style>
a { background-color: #451341; }
a { background-color: rgb(69,19,65); }
div.DivClassName
{
background-color: #451341;
}
.BgClassName
{
background-color: #451341;
}
</style>
border-color css
<style>
span { border-color: #451341; }
span { border-color: rgb(69,19,65); }
td.TdClassName
{
border-color: #451341;
}
.TagClassName
{
border-color: #451341;
}
</style>