Shades of Mardi Gras #45003D
Tints of Mardi Gras #45003D
RGB
CMYK
RGB Variations
Color information
#45003D (or 0x45003D) is known color: Mardi Gras. HEX triplet: 45, 00 and 3D. RGB value is (69,0,61). Sum of RGB (Red+Green+Blue) = 69+0+61=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #45003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45003D is #BAFFC2. Grayscale: #1B1B1B. Windows color (decimal): -12255171 or 3997765. OLE color: 3997765.
HSL color Cylindrical-coordinate representation of color #45003D: hue angle of 306.96º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45003D is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.12 | 0.73 |
| HSL | 306.96º | 1% | 0.14% | - |
| HSV(B) | 306.96º | 1% | 0.27% | - |
| XYZ | 3.3 | 1.6 | 4.55 | - |
| YUV | 27.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 61 | 0 | 1 | 0.12 | 0.73 | 306.96 | 1 | 0.14 |
| Hex | 45 | 0 | 3D | 0 | 64 | C | 49 | 133 | 64 | E |
| Octal | 105 | 0 | 75 | 0 | 144 | 14 | 111 | 463 | 144 | 16 |
| Binary | 1000101 | 0 | 111101 | 0 | 1100100 | 1100 | 1001001 | 100110011 | 1100100 | 1110 |
Color Harmonies of #45003D
Complementary color
Monochromatic Colors of #45003D
Black with #45003D
Text Example
Text Example
White with #45003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45003D; }
p { color: rgb(69,0,61); }
H1.HeaderClassName
{
color: #45003D;
}
.AnyTagClassName
{
color: #45003D;
}
</style>
background-color css
<style>
a { background-color: #45003D; }
a { background-color: rgb(69,0,61); }
div.DivClassName
{
background-color: #45003D;
}
.BgClassName
{
background-color: #45003D;
}
</style>
border-color css
<style>
span { border-color: #45003D; }
span { border-color: rgb(69,0,61); }
td.TdClassName
{
border-color: #45003D;
}
.TagClassName
{
border-color: #45003D;
}
</style>