Shades of Mardi Gras #45123D
Tints of Mardi Gras #45123D
RGB
CMYK
RGB Variations
Color information
#45123D (or 0x45123D) is known color: Mardi Gras. HEX triplet: 45, 12 and 3D. RGB value is (69,18,61). Sum of RGB (Red+Green+Blue) = 69+18+61=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 69 - color contains mainly: red. Hex color #45123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45123D is #BAEDC2. Grayscale: #262626. Windows color (decimal): -12250563 or 4002373. OLE color: 4002373.
HSL color Cylindrical-coordinate representation of color #45123D: hue angle of 309.41º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45123D is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 18 | 61 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.73 |
| HSL | 309.41º | 0.59% | 0.17% | - |
| HSV(B) | 309.41º | 0.74% | 0.27% | - |
| XYZ | 3.51 | 2.03 | 4.62 | - |
| YUV | 38.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 61 | 0 | 0.74 | 0.12 | 0.73 | 309.41 | 0.59 | 0.17 |
| Hex | 45 | 12 | 3D | 0 | 4A | C | 49 | 135 | 3B | 11 |
| Octal | 105 | 22 | 75 | 0 | 112 | 14 | 111 | 465 | 73 | 21 |
| Binary | 1000101 | 10010 | 111101 | 0 | 1001010 | 1100 | 1001001 | 100110101 | 111011 | 10001 |
Color Harmonies of #45123D
Complementary color
Monochromatic Colors of #45123D
Black with #45123D
Text Example
Text Example
White with #45123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45123D; }
p { color: rgb(69,18,61); }
H1.HeaderClassName
{
color: #45123D;
}
.AnyTagClassName
{
color: #45123D;
}
</style>
background-color css
<style>
a { background-color: #45123D; }
a { background-color: rgb(69,18,61); }
div.DivClassName
{
background-color: #45123D;
}
.BgClassName
{
background-color: #45123D;
}
</style>
border-color css
<style>
span { border-color: #45123D; }
span { border-color: rgb(69,18,61); }
td.TdClassName
{
border-color: #45123D;
}
.TagClassName
{
border-color: #45123D;
}
</style>