Shades of Mardi Gras #1A0619
Tints of Mardi Gras #1A0619
RGB
CMYK
RGB Variations
Color information
#1A0619 (or 0x1A0619) is known color: Mardi Gras. HEX triplet: 1A, 06 and 19. RGB value is (26,6,25). Sum of RGB (Red+Green+Blue) = 26+6+25=57 (7% of max value = 765). Red value is 26 (10.55% from 255 or 45.61% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0619 is #E5F9E6. Grayscale: #0E0E0E. Windows color (decimal): -15071719 or 1639962. OLE color: 1639962.
HSL color Cylindrical-coordinate representation of color #1A0619: hue angle of 303º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A0619 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 6 | 25 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.90 |
| HSL | 303º | 0.63% | 0.06% | - |
| HSV(B) | 303º | 0.77% | 0.1% | - |
| XYZ | 0.67 | 0.42 | 0.97 | - |
| YUV | 14.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 25 | 0 | 0.77 | 0.04 | 0.90 | 303 | 0.63 | 0.06 |
| Hex | 1A | 6 | 19 | 0 | 4D | 4 | 5A | 12F | 3E | 6 |
| Octal | 32 | 6 | 31 | 0 | 115 | 4 | 132 | 457 | 76 | 6 |
| Binary | 11010 | 110 | 11001 | 0 | 1001101 | 100 | 1011010 | 100101111 | 111110 | 110 |
Color Harmonies of #1A0619
Complementary color
Monochromatic Colors of #1A0619
Black with #1A0619
Text Example
Text Example
White with #1A0619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0619; }
p { color: rgb(26,6,25); }
H1.HeaderClassName
{
color: #1A0619;
}
.AnyTagClassName
{
color: #1A0619;
}
</style>
background-color css
<style>
a { background-color: #1A0619; }
a { background-color: rgb(26,6,25); }
div.DivClassName
{
background-color: #1A0619;
}
.BgClassName
{
background-color: #1A0619;
}
</style>
border-color css
<style>
span { border-color: #1A0619; }
span { border-color: rgb(26,6,25); }
td.TdClassName
{
border-color: #1A0619;
}
.TagClassName
{
border-color: #1A0619;
}
</style>