Shades of Mardi Gras #45183D
Tints of Mardi Gras #45183D
RGB
CMYK
RGB Variations
Color information
#45183D (or 0x45183D) is known color: Mardi Gras. HEX triplet: 45, 18 and 3D. RGB value is (69,24,61). Sum of RGB (Red+Green+Blue) = 69+24+61=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #45183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45183D is #BAE7C2. Grayscale: #292929. Windows color (decimal): -12249027 or 4003909. OLE color: 4003909.
HSL color Cylindrical-coordinate representation of color #45183D: hue angle of 310.67º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45183D is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 24 | 61 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.73 |
| HSL | 310.67º | 0.48% | 0.18% | - |
| HSV(B) | 310.67º | 0.65% | 0.27% | - |
| XYZ | 3.62 | 2.26 | 4.66 | - |
| YUV | 41.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 24 | 61 | 0 | 0.65 | 0.12 | 0.73 | 310.67 | 0.48 | 0.18 |
| Hex | 45 | 18 | 3D | 0 | 41 | C | 49 | 137 | 30 | 12 |
| Octal | 105 | 30 | 75 | 0 | 101 | 14 | 111 | 467 | 60 | 22 |
| Binary | 1000101 | 11000 | 111101 | 0 | 1000001 | 1100 | 1001001 | 100110111 | 110000 | 10010 |
Color Harmonies of #45183D
Complementary color
Monochromatic Colors of #45183D
Black with #45183D
Text Example
Text Example
White with #45183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45183D; }
p { color: rgb(69,24,61); }
H1.HeaderClassName
{
color: #45183D;
}
.AnyTagClassName
{
color: #45183D;
}
</style>
background-color css
<style>
a { background-color: #45183D; }
a { background-color: rgb(69,24,61); }
div.DivClassName
{
background-color: #45183D;
}
.BgClassName
{
background-color: #45183D;
}
</style>
border-color css
<style>
span { border-color: #45183D; }
span { border-color: rgb(69,24,61); }
td.TdClassName
{
border-color: #45183D;
}
.TagClassName
{
border-color: #45183D;
}
</style>