Shades of Maire #1D1706
Tints of Maire #1D1706
RGB
CMYK
RGB Variations
Color information
#1D1706 (or 0x1D1706) is known color: Maire. HEX triplet: 1D, 17 and 06. RGB value is (29,23,6). Sum of RGB (Red+Green+Blue) = 29+23+6=58 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 6 (2.73% from 255 or 10.34% from 58); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1706 is #E2E8F9. Grayscale: #161616. Windows color (decimal): -14870778 or 399133. OLE color: 399133.
HSL color Cylindrical-coordinate representation of color #1D1706: hue angle of 44.35º 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 #1D1706 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 23 | 6 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.89 |
| HSL | 44.35º | 0.66% | 0.07% | - |
| HSV(B) | 44.35º | 0.79% | 0.11% | - |
| XYZ | 0.85 | 0.89 | 0.3 | - |
| YUV | 22.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 23 | 6 | 0 | 0.21 | 0.79 | 0.89 | 44.35 | 0.66 | 0.07 |
| Hex | 1D | 17 | 6 | 0 | 15 | 4F | 59 | 2C | 42 | 7 |
| Octal | 35 | 27 | 6 | 0 | 25 | 117 | 131 | 54 | 102 | 7 |
| Binary | 11101 | 10111 | 110 | 0 | 10101 | 1001111 | 1011001 | 101100 | 1000010 | 111 |
Color Harmonies of #1D1706
Complementary color
Monochromatic Colors of #1D1706
Black with #1D1706
Text Example
Text Example
White with #1D1706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1706; }
p { color: rgb(29,23,6); }
H1.HeaderClassName
{
color: #1D1706;
}
.AnyTagClassName
{
color: #1D1706;
}
</style>
background-color css
<style>
a { background-color: #1D1706; }
a { background-color: rgb(29,23,6); }
div.DivClassName
{
background-color: #1D1706;
}
.BgClassName
{
background-color: #1D1706;
}
</style>
border-color css
<style>
span { border-color: #1D1706; }
span { border-color: rgb(29,23,6); }
td.TdClassName
{
border-color: #1D1706;
}
.TagClassName
{
border-color: #1D1706;
}
</style>