Shades of Maire #1D1C0D
Tints of Maire #1D1C0D
RGB
CMYK
RGB Variations
Color information
#1D1C0D (or 0x1D1C0D) is known color: Maire. HEX triplet: 1D, 1C and 0D. RGB value is (29,28,13). Sum of RGB (Red+Green+Blue) = 29+28+13=70 (9% of max value = 765). Red value is 29 (11.72% from 255 or 41.43% from 70); Green value is 28 (11.33% from 255 or 40% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1C0D is #E2E3F2. Grayscale: #1A1A1A. Windows color (decimal): -14869491 or 859165. OLE color: 859165.
HSL color Cylindrical-coordinate representation of color #1D1C0D: hue angle of 56.25º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D1C0D is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 28 | 13 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.89 |
| HSL | 56.25º | 0.38% | 0.08% | - |
| HSV(B) | 56.25º | 0.55% | 0.11% | - |
| XYZ | 0.99 | 1.12 | 0.54 | - |
| YUV | 26.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 28 | 13 | 0 | 0.03 | 0.55 | 0.89 | 56.25 | 0.38 | 0.08 |
| Hex | 1D | 1C | D | 0 | 3 | 37 | 59 | 38 | 26 | 8 |
| Octal | 35 | 34 | 15 | 0 | 3 | 67 | 131 | 70 | 46 | 10 |
| Binary | 11101 | 11100 | 1101 | 0 | 11 | 110111 | 1011001 | 111000 | 100110 | 1000 |
Color Harmonies of #1D1C0D
Complementary color
Monochromatic Colors of #1D1C0D
Black with #1D1C0D
Text Example
Text Example
White with #1D1C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1C0D; }
p { color: rgb(29,28,13); }
H1.HeaderClassName
{
color: #1D1C0D;
}
.AnyTagClassName
{
color: #1D1C0D;
}
</style>
background-color css
<style>
a { background-color: #1D1C0D; }
a { background-color: rgb(29,28,13); }
div.DivClassName
{
background-color: #1D1C0D;
}
.BgClassName
{
background-color: #1D1C0D;
}
</style>
border-color css
<style>
span { border-color: #1D1C0D; }
span { border-color: rgb(29,28,13); }
td.TdClassName
{
border-color: #1D1C0D;
}
.TagClassName
{
border-color: #1D1C0D;
}
</style>