Shades of Mardi Gras #43074A
Tints of Mardi Gras #43074A
RGB
CMYK
RGB Variations
Color information
#43074A (or 0x43074A) is known color: Mardi Gras. HEX triplet: 43, 07 and 4A. RGB value is (67,7,74). Sum of RGB (Red+Green+Blue) = 67+7+74=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #43074A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43074A is #BCF8B5. Grayscale: #202020. Windows color (decimal): -12384438 or 4851523. OLE color: 4851523.
HSL color Cylindrical-coordinate representation of color #43074A: hue angle of 293.73º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #43074A is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 7 | 74 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.71 |
| HSL | 293.73º | 0.83% | 0.16% | - |
| HSV(B) | 293.73º | 0.91% | 0.29% | - |
| XYZ | 3.63 | 1.84 | 6.64 | - |
| YUV | 32.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 74 | 0.09 | 0.91 | 0 | 0.71 | 293.73 | 0.83 | 0.16 |
| Hex | 43 | 7 | 4A | 9 | 5B | 0 | 47 | 126 | 53 | 10 |
| Octal | 103 | 7 | 112 | 11 | 133 | 0 | 107 | 446 | 123 | 20 |
| Binary | 1000011 | 111 | 1001010 | 1001 | 1011011 | 0 | 1000111 | 100100110 | 1010011 | 10000 |
Color Harmonies of #43074A
Complementary color
Monochromatic Colors of #43074A
Black with #43074A
Text Example
Text Example
White with #43074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43074A; }
p { color: rgb(67,7,74); }
H1.HeaderClassName
{
color: #43074A;
}
.AnyTagClassName
{
color: #43074A;
}
</style>
background-color css
<style>
a { background-color: #43074A; }
a { background-color: rgb(67,7,74); }
div.DivClassName
{
background-color: #43074A;
}
.BgClassName
{
background-color: #43074A;
}
</style>
border-color css
<style>
span { border-color: #43074A; }
span { border-color: rgb(67,7,74); }
td.TdClassName
{
border-color: #43074A;
}
.TagClassName
{
border-color: #43074A;
}
</style>