Shades of Mardi Gras #1A0817
Tints of Mardi Gras #1A0817
RGB
CMYK
RGB Variations
Color information
#1A0817 (or 0x1A0817) is known color: Mardi Gras. HEX triplet: 1A, 08 and 17. RGB value is (26,8,23). Sum of RGB (Red+Green+Blue) = 26+8+23=57 (7% of max value = 765). Red value is 26 (10.55% from 255 or 45.61% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 23 (9.38% from 255 or 40.35% from 57); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0817 is #E5F7E8. Grayscale: #0F0F0F. Windows color (decimal): -15071209 or 1509402. OLE color: 1509402.
HSL color Cylindrical-coordinate representation of color #1A0817: hue angle of 310º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A0817 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 8 | 23 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.90 |
| HSL | 310º | 0.53% | 0.07% | - |
| HSV(B) | 310º | 0.69% | 0.1% | - |
| XYZ | 0.67 | 0.46 | 0.86 | - |
| YUV | 15.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 8 | 23 | 0 | 0.69 | 0.12 | 0.90 | 310 | 0.53 | 0.07 |
| Hex | 1A | 8 | 17 | 0 | 45 | C | 5A | 136 | 35 | 7 |
| Octal | 32 | 10 | 27 | 0 | 105 | 14 | 132 | 466 | 65 | 7 |
| Binary | 11010 | 1000 | 10111 | 0 | 1000101 | 1100 | 1011010 | 100110110 | 110101 | 111 |
Color Harmonies of #1A0817
Complementary color
Monochromatic Colors of #1A0817
Black with #1A0817
Text Example
Text Example
White with #1A0817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0817; }
p { color: rgb(26,8,23); }
H1.HeaderClassName
{
color: #1A0817;
}
.AnyTagClassName
{
color: #1A0817;
}
</style>
background-color css
<style>
a { background-color: #1A0817; }
a { background-color: rgb(26,8,23); }
div.DivClassName
{
background-color: #1A0817;
}
.BgClassName
{
background-color: #1A0817;
}
</style>
border-color css
<style>
span { border-color: #1A0817; }
span { border-color: rgb(26,8,23); }
td.TdClassName
{
border-color: #1A0817;
}
.TagClassName
{
border-color: #1A0817;
}
</style>