Shades of Mardi Gras #4A1345
Tints of Mardi Gras #4A1345
RGB
CMYK
RGB Variations
Color information
#4A1345 (or 0x4A1345) is known color: Mardi Gras. HEX triplet: 4A, 13 and 45. RGB value is (74,19,69). Sum of RGB (Red+Green+Blue) = 74+19+69=162 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.68% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1345 is #B5ECBA. Grayscale: #292929. Windows color (decimal): -11922619 or 4526922. OLE color: 4526922.
HSL color Cylindrical-coordinate representation of color #4A1345: hue angle of 305.45º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A1345 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 19 | 69 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.71 |
| HSL | 305.45º | 0.59% | 0.18% | - |
| HSV(B) | 305.45º | 0.74% | 0.29% | - |
| XYZ | 4.13 | 2.35 | 5.87 | - |
| YUV | 41.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 19 | 69 | 0 | 0.74 | 0.07 | 0.71 | 305.45 | 0.59 | 0.18 |
| Hex | 4A | 13 | 45 | 0 | 4A | 7 | 47 | 131 | 3B | 12 |
| Octal | 112 | 23 | 105 | 0 | 112 | 7 | 107 | 461 | 73 | 22 |
| Binary | 1001010 | 10011 | 1000101 | 0 | 1001010 | 111 | 1000111 | 100110001 | 111011 | 10010 |
Color Harmonies of #4A1345
Complementary color
Monochromatic Colors of #4A1345
Black with #4A1345
Text Example
Text Example
White with #4A1345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1345; }
p { color: rgb(74,19,69); }
H1.HeaderClassName
{
color: #4A1345;
}
.AnyTagClassName
{
color: #4A1345;
}
</style>
background-color css
<style>
a { background-color: #4A1345; }
a { background-color: rgb(74,19,69); }
div.DivClassName
{
background-color: #4A1345;
}
.BgClassName
{
background-color: #4A1345;
}
</style>
border-color css
<style>
span { border-color: #4A1345; }
span { border-color: rgb(74,19,69); }
td.TdClassName
{
border-color: #4A1345;
}
.TagClassName
{
border-color: #4A1345;
}
</style>