Shades of Maire #1D1701
Tints of Maire #1D1701
RGB
CMYK
RGB Variations
Color information
#1D1701 (or 0x1D1701) is known color: Maire. HEX triplet: 1D, 17 and 01. RGB value is (29,23,1). Sum of RGB (Red+Green+Blue) = 29+23+1=53 (7% of max value = 765). Red value is 29 (11.72% from 255 or 54.72% from 53); Green value is 23 (9.38% from 255 or 43.40% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1701 is #E2E8FE. Grayscale: #161616. Windows color (decimal): -14870783 or 71453. OLE color: 71453.
HSL color Cylindrical-coordinate representation of color #1D1701: hue angle of 47.14º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D1701 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 23 | 1 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.89 |
| HSL | 47.14º | 0.93% | 0.06% | - |
| HSV(B) | 47.14º | 0.97% | 0.11% | - |
| XYZ | 0.82 | 0.88 | 0.15 | - |
| YUV | 22.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 23 | 1 | 0 | 0.21 | 0.97 | 0.89 | 47.14 | 0.93 | 0.06 |
| Hex | 1D | 17 | 1 | 0 | 15 | 61 | 59 | 2F | 5D | 6 |
| Octal | 35 | 27 | 1 | 0 | 25 | 141 | 131 | 57 | 135 | 6 |
| Binary | 11101 | 10111 | 1 | 0 | 10101 | 1100001 | 1011001 | 101111 | 1011101 | 110 |
Color Harmonies of #1D1701
Complementary color
Monochromatic Colors of #1D1701
Black with #1D1701
Text Example
Text Example
White with #1D1701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1701; }
p { color: rgb(29,23,1); }
H1.HeaderClassName
{
color: #1D1701;
}
.AnyTagClassName
{
color: #1D1701;
}
</style>
background-color css
<style>
a { background-color: #1D1701; }
a { background-color: rgb(29,23,1); }
div.DivClassName
{
background-color: #1D1701;
}
.BgClassName
{
background-color: #1D1701;
}
</style>
border-color css
<style>
span { border-color: #1D1701; }
span { border-color: rgb(29,23,1); }
td.TdClassName
{
border-color: #1D1701;
}
.TagClassName
{
border-color: #1D1701;
}
</style>