Shades of Maire #1D1709
Tints of Maire #1D1709
RGB
CMYK
RGB Variations
Color information
#1D1709 (or 0x1D1709) is known color: Maire. HEX triplet: 1D, 17 and 09. RGB value is (29,23,9). Sum of RGB (Red+Green+Blue) = 29+23+9=61 (8% of max value = 765). Red value is 29 (11.72% from 255 or 47.54% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1709 is #E2E8F6. Grayscale: #171717. Windows color (decimal): -14870775 or 595741. OLE color: 595741.
HSL color Cylindrical-coordinate representation of color #1D1709: hue angle of 42º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D1709 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 23 | 9 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.89 |
| HSL | 42º | 0.53% | 0.07% | - |
| HSV(B) | 42º | 0.69% | 0.11% | - |
| XYZ | 0.86 | 0.89 | 0.39 | - |
| YUV | 23.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 23 | 9 | 0 | 0.21 | 0.69 | 0.89 | 42 | 0.53 | 0.07 |
| Hex | 1D | 17 | 9 | 0 | 15 | 45 | 59 | 2A | 35 | 7 |
| Octal | 35 | 27 | 11 | 0 | 25 | 105 | 131 | 52 | 65 | 7 |
| Binary | 11101 | 10111 | 1001 | 0 | 10101 | 1000101 | 1011001 | 101010 | 110101 | 111 |
Color Harmonies of #1D1709
Complementary color
Monochromatic Colors of #1D1709
Black with #1D1709
Text Example
Text Example
White with #1D1709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1709; }
p { color: rgb(29,23,9); }
H1.HeaderClassName
{
color: #1D1709;
}
.AnyTagClassName
{
color: #1D1709;
}
</style>
background-color css
<style>
a { background-color: #1D1709; }
a { background-color: rgb(29,23,9); }
div.DivClassName
{
background-color: #1D1709;
}
.BgClassName
{
background-color: #1D1709;
}
</style>
border-color css
<style>
span { border-color: #1D1709; }
span { border-color: rgb(29,23,9); }
td.TdClassName
{
border-color: #1D1709;
}
.TagClassName
{
border-color: #1D1709;
}
</style>