Shades of Mardi Gras #45093D
Tints of Mardi Gras #45093D
RGB
CMYK
RGB Variations
Color information
#45093D (or 0x45093D) is known color: Mardi Gras. HEX triplet: 45, 09 and 3D. RGB value is (69,9,61). Sum of RGB (Red+Green+Blue) = 69+9+61=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #45093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45093D is #BAF6C2. Grayscale: #202020. Windows color (decimal): -12252867 or 4000069. OLE color: 4000069.
HSL color Cylindrical-coordinate representation of color #45093D: hue angle of 308º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45093D is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 9 | 61 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.73 |
| HSL | 308º | 0.77% | 0.15% | - |
| HSV(B) | 308º | 0.87% | 0.27% | - |
| XYZ | 3.39 | 1.8 | 4.58 | - |
| YUV | 32.87 | 143.88 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 9 | 61 | 0 | 0.87 | 0.12 | 0.73 | 308 | 0.77 | 0.15 |
| Hex | 45 | 9 | 3D | 0 | 57 | C | 49 | 134 | 4D | F |
| Octal | 105 | 11 | 75 | 0 | 127 | 14 | 111 | 464 | 115 | 17 |
| Binary | 1000101 | 1001 | 111101 | 0 | 1010111 | 1100 | 1001001 | 100110100 | 1001101 | 1111 |
Color Harmonies of #45093D
Complementary color
Monochromatic Colors of #45093D
Black with #45093D
Text Example
Text Example
White with #45093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45093D; }
p { color: rgb(69,9,61); }
H1.HeaderClassName
{
color: #45093D;
}
.AnyTagClassName
{
color: #45093D;
}
</style>
background-color css
<style>
a { background-color: #45093D; }
a { background-color: rgb(69,9,61); }
div.DivClassName
{
background-color: #45093D;
}
.BgClassName
{
background-color: #45093D;
}
</style>
border-color css
<style>
span { border-color: #45093D; }
span { border-color: rgb(69,9,61); }
td.TdClassName
{
border-color: #45093D;
}
.TagClassName
{
border-color: #45093D;
}
</style>