Shades of Mardi Gras #45133D
Tints of Mardi Gras #45133D
RGB
CMYK
RGB Variations
Color information
#45133D (or 0x45133D) is known color: Mardi Gras. HEX triplet: 45, 13 and 3D. RGB value is (69,19,61). Sum of RGB (Red+Green+Blue) = 69+19+61=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #45133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45133D is #BAECC2. Grayscale: #262626. Windows color (decimal): -12250307 or 4002629. OLE color: 4002629.
HSL color Cylindrical-coordinate representation of color #45133D: hue angle of 309.6º 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 #45133D is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 19 | 61 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.73 |
| HSL | 309.6º | 0.57% | 0.17% | - |
| HSV(B) | 309.6º | 0.72% | 0.27% | - |
| XYZ | 3.53 | 2.07 | 4.63 | - |
| YUV | 38.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 61 | 0 | 0.72 | 0.12 | 0.73 | 309.6 | 0.57 | 0.17 |
| Hex | 45 | 13 | 3D | 0 | 48 | C | 49 | 136 | 39 | 11 |
| Octal | 105 | 23 | 75 | 0 | 110 | 14 | 111 | 466 | 71 | 21 |
| Binary | 1000101 | 10011 | 111101 | 0 | 1001000 | 1100 | 1001001 | 100110110 | 111001 | 10001 |
Color Harmonies of #45133D
Complementary color
Monochromatic Colors of #45133D
Black with #45133D
Text Example
Text Example
White with #45133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45133D; }
p { color: rgb(69,19,61); }
H1.HeaderClassName
{
color: #45133D;
}
.AnyTagClassName
{
color: #45133D;
}
</style>
background-color css
<style>
a { background-color: #45133D; }
a { background-color: rgb(69,19,61); }
div.DivClassName
{
background-color: #45133D;
}
.BgClassName
{
background-color: #45133D;
}
</style>
border-color css
<style>
span { border-color: #45133D; }
span { border-color: rgb(69,19,61); }
td.TdClassName
{
border-color: #45133D;
}
.TagClassName
{
border-color: #45133D;
}
</style>