Shades of Maire #1D1A06
Tints of Maire #1D1A06
RGB
CMYK
RGB Variations
Color information
#1D1A06 (or 0x1D1A06) is known color: Maire. HEX triplet: 1D, 1A and 06. RGB value is (29,26,6). Sum of RGB (Red+Green+Blue) = 29+26+6=61 (8% of max value = 765). Red value is 29 (11.72% from 255 or 47.54% from 61); Green value is 26 (10.55% from 255 or 42.62% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1A06 is #E2E5F9. Grayscale: #181818. Windows color (decimal): -14870010 or 399901. OLE color: 399901.
HSL color Cylindrical-coordinate representation of color #1D1A06: hue angle of 52.17º 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 #1D1A06 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 26 | 6 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.89 |
| HSL | 52.17º | 0.66% | 0.07% | - |
| HSV(B) | 52.17º | 0.79% | 0.11% | - |
| XYZ | 0.91 | 1.01 | 0.32 | - |
| YUV | 24.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 26 | 6 | 0 | 0.10 | 0.79 | 0.89 | 52.17 | 0.66 | 0.07 |
| Hex | 1D | 1A | 6 | 0 | A | 4F | 59 | 34 | 42 | 7 |
| Octal | 35 | 32 | 6 | 0 | 12 | 117 | 131 | 64 | 102 | 7 |
| Binary | 11101 | 11010 | 110 | 0 | 1010 | 1001111 | 1011001 | 110100 | 1000010 | 111 |
Color Harmonies of #1D1A06
Complementary color
Monochromatic Colors of #1D1A06
Black with #1D1A06
Text Example
Text Example
White with #1D1A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1A06; }
p { color: rgb(29,26,6); }
H1.HeaderClassName
{
color: #1D1A06;
}
.AnyTagClassName
{
color: #1D1A06;
}
</style>
background-color css
<style>
a { background-color: #1D1A06; }
a { background-color: rgb(29,26,6); }
div.DivClassName
{
background-color: #1D1A06;
}
.BgClassName
{
background-color: #1D1A06;
}
</style>
border-color css
<style>
span { border-color: #1D1A06; }
span { border-color: rgb(29,26,6); }
td.TdClassName
{
border-color: #1D1A06;
}
.TagClassName
{
border-color: #1D1A06;
}
</style>