Shades of Maire #1A1504
Tints of Maire #1A1504
RGB
CMYK
RGB Variations
Color information
#1A1504 (or 0x1A1504) is known color: Maire. HEX triplet: 1A, 15 and 04. RGB value is (26,21,4). Sum of RGB (Red+Green+Blue) = 26+21+4=51 (6% of max value = 765). Red value is 26 (10.55% from 255 or 50.98% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 4 (1.95% from 255 or 7.84% from 51); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1504 is #E5EAFB. Grayscale: #141414. Windows color (decimal): -15067900 or 267546. OLE color: 267546.
HSL color Cylindrical-coordinate representation of color #1A1504: hue angle of 46.36º 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 #1A1504 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 21 | 4 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.90 |
| HSL | 46.36º | 0.73% | 0.06% | - |
| HSV(B) | 46.36º | 0.85% | 0.1% | - |
| XYZ | 0.72 | 0.76 | 0.22 | - |
| YUV | 20.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 21 | 4 | 0 | 0.19 | 0.85 | 0.90 | 46.36 | 0.73 | 0.06 |
| Hex | 1A | 15 | 4 | 0 | 13 | 55 | 5A | 2E | 49 | 6 |
| Octal | 32 | 25 | 4 | 0 | 23 | 125 | 132 | 56 | 111 | 6 |
| Binary | 11010 | 10101 | 100 | 0 | 10011 | 1010101 | 1011010 | 101110 | 1001001 | 110 |
Color Harmonies of #1A1504
Complementary color
Monochromatic Colors of #1A1504
Black with #1A1504
Text Example
Text Example
White with #1A1504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1504; }
p { color: rgb(26,21,4); }
H1.HeaderClassName
{
color: #1A1504;
}
.AnyTagClassName
{
color: #1A1504;
}
</style>
background-color css
<style>
a { background-color: #1A1504; }
a { background-color: rgb(26,21,4); }
div.DivClassName
{
background-color: #1A1504;
}
.BgClassName
{
background-color: #1A1504;
}
</style>
border-color css
<style>
span { border-color: #1A1504; }
span { border-color: rgb(26,21,4); }
td.TdClassName
{
border-color: #1A1504;
}
.TagClassName
{
border-color: #1A1504;
}
</style>