Shades of Mardi Gras #1D071A
Tints of Mardi Gras #1D071A
RGB
CMYK
RGB Variations
Color information
#1D071A (or 0x1D071A) is known color: Mardi Gras. HEX triplet: 1D, 07 and 1A. RGB value is (29,7,26). Sum of RGB (Red+Green+Blue) = 29+7+26=62 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.77% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 29 - color contains mainly: red. Hex color #1D071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D071A is #E2F8E5. Grayscale: #0F0F0F. Windows color (decimal): -14874854 or 1705757. OLE color: 1705757.
HSL color Cylindrical-coordinate representation of color #1D071A: hue angle of 308.18º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D071A is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 7 | 26 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.89 |
| HSL | 308.18º | 0.61% | 0.07% | - |
| HSV(B) | 308.18º | 0.76% | 0.11% | - |
| XYZ | 0.77 | 0.49 | 1.03 | - |
| YUV | 15.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 7 | 26 | 0 | 0.76 | 0.10 | 0.89 | 308.18 | 0.61 | 0.07 |
| Hex | 1D | 7 | 1A | 0 | 4C | A | 59 | 134 | 3D | 7 |
| Octal | 35 | 7 | 32 | 0 | 114 | 12 | 131 | 464 | 75 | 7 |
| Binary | 11101 | 111 | 11010 | 0 | 1001100 | 1010 | 1011001 | 100110100 | 111101 | 111 |
Color Harmonies of #1D071A
Complementary color
Monochromatic Colors of #1D071A
Black with #1D071A
Text Example
Text Example
White with #1D071A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D071A; }
p { color: rgb(29,7,26); }
H1.HeaderClassName
{
color: #1D071A;
}
.AnyTagClassName
{
color: #1D071A;
}
</style>
background-color css
<style>
a { background-color: #1D071A; }
a { background-color: rgb(29,7,26); }
div.DivClassName
{
background-color: #1D071A;
}
.BgClassName
{
background-color: #1D071A;
}
</style>
border-color css
<style>
span { border-color: #1D071A; }
span { border-color: rgb(29,7,26); }
td.TdClassName
{
border-color: #1D071A;
}
.TagClassName
{
border-color: #1D071A;
}
</style>