Shades of Mardi Gras #1D061D
Tints of Mardi Gras #1D061D
RGB
CMYK
RGB Variations
Color information
#1D061D (or 0x1D061D) is known color: Mardi Gras. HEX triplet: 1D, 06 and 1D. RGB value is (29,6,29). Sum of RGB (Red+Green+Blue) = 29+6+29=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D061D is #E2F9E2. Grayscale: #0F0F0F. Windows color (decimal): -14875107 or 1902109. OLE color: 1902109.
HSL color Cylindrical-coordinate representation of color #1D061D: hue angle of 300º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D061D is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 6 | 29 | - |
| CMYK | 0 | 0.79 | 0 | 0.89 |
| HSL | 300º | 0.66% | 0.07% | - |
| HSV(B) | 300º | 0.79% | 0.11% | - |
| XYZ | 0.79 | 0.48 | 1.21 | - |
| YUV | 15.5 | 135.62 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 29 | 0 | 0.79 | 0 | 0.89 | 300 | 0.66 | 0.07 |
| Hex | 1D | 6 | 1D | 0 | 4F | 0 | 59 | 12C | 42 | 7 |
| Octal | 35 | 6 | 35 | 0 | 117 | 0 | 131 | 454 | 102 | 7 |
| Binary | 11101 | 110 | 11101 | 0 | 1001111 | 0 | 1011001 | 100101100 | 1000010 | 111 |
Color Harmonies of #1D061D
Complementary color
Monochromatic Colors of #1D061D
Black with #1D061D
Text Example
Text Example
White with #1D061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D061D; }
p { color: rgb(29,6,29); }
H1.HeaderClassName
{
color: #1D061D;
}
.AnyTagClassName
{
color: #1D061D;
}
</style>
background-color css
<style>
a { background-color: #1D061D; }
a { background-color: rgb(29,6,29); }
div.DivClassName
{
background-color: #1D061D;
}
.BgClassName
{
background-color: #1D061D;
}
</style>
border-color css
<style>
span { border-color: #1D061D; }
span { border-color: rgb(29,6,29); }
td.TdClassName
{
border-color: #1D061D;
}
.TagClassName
{
border-color: #1D061D;
}
</style>