Shades of Mardi Gras #4A1445
Tints of Mardi Gras #4A1445
RGB
CMYK
RGB Variations
Color information
#4A1445 (or 0x4A1445) is known color: Mardi Gras. HEX triplet: 4A, 14 and 45. RGB value is (74,20,69). Sum of RGB (Red+Green+Blue) = 74+20+69=163 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.40% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1445 is #B5EBBA. Grayscale: #292929. Windows color (decimal): -11922363 or 4527178. OLE color: 4527178.
HSL color Cylindrical-coordinate representation of color #4A1445: hue angle of 305.56º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A1445 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 20 | 69 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.71 |
| HSL | 305.56º | 0.57% | 0.18% | - |
| HSV(B) | 305.56º | 0.73% | 0.29% | - |
| XYZ | 4.15 | 2.39 | 5.87 | - |
| YUV | 41.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 20 | 69 | 0 | 0.73 | 0.07 | 0.71 | 305.56 | 0.57 | 0.18 |
| Hex | 4A | 14 | 45 | 0 | 49 | 7 | 47 | 132 | 39 | 12 |
| Octal | 112 | 24 | 105 | 0 | 111 | 7 | 107 | 462 | 71 | 22 |
| Binary | 1001010 | 10100 | 1000101 | 0 | 1001001 | 111 | 1000111 | 100110010 | 111001 | 10010 |
Color Harmonies of #4A1445
Complementary color
Monochromatic Colors of #4A1445
Black with #4A1445
Text Example
Text Example
White with #4A1445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1445; }
p { color: rgb(74,20,69); }
H1.HeaderClassName
{
color: #4A1445;
}
.AnyTagClassName
{
color: #4A1445;
}
</style>
background-color css
<style>
a { background-color: #4A1445; }
a { background-color: rgb(74,20,69); }
div.DivClassName
{
background-color: #4A1445;
}
.BgClassName
{
background-color: #4A1445;
}
</style>
border-color css
<style>
span { border-color: #4A1445; }
span { border-color: rgb(74,20,69); }
td.TdClassName
{
border-color: #4A1445;
}
.TagClassName
{
border-color: #4A1445;
}
</style>