Shades of Maire #1D1605
Tints of Maire #1D1605
RGB
CMYK
RGB Variations
Color information
#1D1605 (or 0x1D1605) is known color: Maire. HEX triplet: 1D, 16 and 05. RGB value is (29,22,5). Sum of RGB (Red+Green+Blue) = 29+22+5=56 (7% of max value = 765). Red value is 29 (11.72% from 255 or 51.79% from 56); Green value is 22 (8.98% from 255 or 39.29% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1605 is #E2E9FA. Grayscale: #161616. Windows color (decimal): -14871035 or 333341. OLE color: 333341.
HSL color Cylindrical-coordinate representation of color #1D1605: hue angle of 42.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D1605 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 22 | 5 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.89 |
| HSL | 42.5º | 0.71% | 0.07% | - |
| HSV(B) | 42.5º | 0.83% | 0.11% | - |
| XYZ | 0.82 | 0.85 | 0.26 | - |
| YUV | 22.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 5 | 0 | 0.24 | 0.83 | 0.89 | 42.5 | 0.71 | 0.07 |
| Hex | 1D | 16 | 5 | 0 | 18 | 53 | 59 | 2A | 47 | 7 |
| Octal | 35 | 26 | 5 | 0 | 30 | 123 | 131 | 52 | 107 | 7 |
| Binary | 11101 | 10110 | 101 | 0 | 11000 | 1010011 | 1011001 | 101010 | 1000111 | 111 |
Color Harmonies of #1D1605
Complementary color
Monochromatic Colors of #1D1605
Black with #1D1605
Text Example
Text Example
White with #1D1605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1605; }
p { color: rgb(29,22,5); }
H1.HeaderClassName
{
color: #1D1605;
}
.AnyTagClassName
{
color: #1D1605;
}
</style>
background-color css
<style>
a { background-color: #1D1605; }
a { background-color: rgb(29,22,5); }
div.DivClassName
{
background-color: #1D1605;
}
.BgClassName
{
background-color: #1D1605;
}
</style>
border-color css
<style>
span { border-color: #1D1605; }
span { border-color: rgb(29,22,5); }
td.TdClassName
{
border-color: #1D1605;
}
.TagClassName
{
border-color: #1D1605;
}
</style>