Shades of Maire #1A1204
Tints of Maire #1A1204
RGB
CMYK
RGB Variations
Color information
#1A1204 (or 0x1A1204) is known color: Maire. HEX triplet: 1A, 12 and 04. RGB value is (26,18,4). Sum of RGB (Red+Green+Blue) = 26+18+4=48 (6% of max value = 765). Red value is 26 (10.55% from 255 or 54.17% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 4 (1.95% from 255 or 8.33% from 48); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1204 is #E5EDFB. Grayscale: #121212. Windows color (decimal): -15068668 or 266778. OLE color: 266778.
HSL color Cylindrical-coordinate representation of color #1A1204: hue angle of 38.18º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A1204 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 18 | 4 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.90 |
| HSL | 38.18º | 0.73% | 0.06% | - |
| HSV(B) | 38.18º | 0.85% | 0.1% | - |
| XYZ | 0.66 | 0.66 | 0.21 | - |
| YUV | 18.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 18 | 4 | 0 | 0.31 | 0.85 | 0.90 | 38.18 | 0.73 | 0.06 |
| Hex | 1A | 12 | 4 | 0 | 1F | 55 | 5A | 26 | 49 | 6 |
| Octal | 32 | 22 | 4 | 0 | 37 | 125 | 132 | 46 | 111 | 6 |
| Binary | 11010 | 10010 | 100 | 0 | 11111 | 1010101 | 1011010 | 100110 | 1001001 | 110 |
Color Harmonies of #1A1204
Complementary color
Monochromatic Colors of #1A1204
Black with #1A1204
Text Example
Text Example
White with #1A1204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1204; }
p { color: rgb(26,18,4); }
H1.HeaderClassName
{
color: #1A1204;
}
.AnyTagClassName
{
color: #1A1204;
}
</style>
background-color css
<style>
a { background-color: #1A1204; }
a { background-color: rgb(26,18,4); }
div.DivClassName
{
background-color: #1A1204;
}
.BgClassName
{
background-color: #1A1204;
}
</style>
border-color css
<style>
span { border-color: #1A1204; }
span { border-color: rgb(26,18,4); }
td.TdClassName
{
border-color: #1A1204;
}
.TagClassName
{
border-color: #1A1204;
}
</style>