Shades of Maire #1A1906
Tints of Maire #1A1906
RGB
CMYK
RGB Variations
Color information
#1A1906 (or 0x1A1906) is known color: Maire. HEX triplet: 1A, 19 and 06. RGB value is (26,25,6). Sum of RGB (Red+Green+Blue) = 26+25+6=57 (7% of max value = 765). Red value is 26 (10.55% from 255 or 45.61% from 57); Green value is 25 (10.16% from 255 or 43.86% from 57); Blue value is 6 (2.73% from 255 or 10.53% from 57); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1906 is #E5E6F9. Grayscale: #171717. Windows color (decimal): -15066874 or 399642. OLE color: 399642.
HSL color Cylindrical-coordinate representation of color #1A1906: hue angle of 57º 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 #1A1906 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 25 | 6 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.90 |
| HSL | 57º | 0.63% | 0.06% | - |
| HSV(B) | 57º | 0.77% | 0.1% | - |
| XYZ | 0.81 | 0.93 | 0.31 | - |
| YUV | 23.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 25 | 6 | 0 | 0.04 | 0.77 | 0.90 | 57 | 0.63 | 0.06 |
| Hex | 1A | 19 | 6 | 0 | 4 | 4D | 5A | 39 | 3E | 6 |
| Octal | 32 | 31 | 6 | 0 | 4 | 115 | 132 | 71 | 76 | 6 |
| Binary | 11010 | 11001 | 110 | 0 | 100 | 1001101 | 1011010 | 111001 | 111110 | 110 |
Color Harmonies of #1A1906
Complementary color
Monochromatic Colors of #1A1906
Black with #1A1906
Text Example
Text Example
White with #1A1906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1906; }
p { color: rgb(26,25,6); }
H1.HeaderClassName
{
color: #1A1906;
}
.AnyTagClassName
{
color: #1A1906;
}
</style>
background-color css
<style>
a { background-color: #1A1906; }
a { background-color: rgb(26,25,6); }
div.DivClassName
{
background-color: #1A1906;
}
.BgClassName
{
background-color: #1A1906;
}
</style>
border-color css
<style>
span { border-color: #1A1906; }
span { border-color: rgb(26,25,6); }
td.TdClassName
{
border-color: #1A1906;
}
.TagClassName
{
border-color: #1A1906;
}
</style>