Shades of Maire #1A1601
Tints of Maire #1A1601
RGB
CMYK
RGB Variations
Color information
#1A1601 (or 0x1A1601) is known color: Maire. HEX triplet: 1A, 16 and 01. RGB value is (26,22,1). Sum of RGB (Red+Green+Blue) = 26+22+1=49 (6% of max value = 765). Red value is 26 (10.55% from 255 or 53.06% from 49); Green value is 22 (8.98% from 255 or 44.90% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1601 is #E5E9FE. Grayscale: #141414. Windows color (decimal): -15067647 or 71194. OLE color: 71194.
HSL color Cylindrical-coordinate representation of color #1A1601: hue angle of 50.4º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A1601 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 22 | 1 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.90 |
| HSL | 50.4º | 0.93% | 0.05% | - |
| HSV(B) | 50.4º | 0.96% | 0.1% | - |
| XYZ | 0.72 | 0.8 | 0.14 | - |
| YUV | 20.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 1 | 0 | 0.15 | 0.96 | 0.90 | 50.4 | 0.93 | 0.05 |
| Hex | 1A | 16 | 1 | 0 | F | 60 | 5A | 32 | 5D | 5 |
| Octal | 32 | 26 | 1 | 0 | 17 | 140 | 132 | 62 | 135 | 5 |
| Binary | 11010 | 10110 | 1 | 0 | 1111 | 1100000 | 1011010 | 110010 | 1011101 | 101 |
Color Harmonies of #1A1601
Complementary color
Monochromatic Colors of #1A1601
Black with #1A1601
Text Example
Text Example
White with #1A1601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1601; }
p { color: rgb(26,22,1); }
H1.HeaderClassName
{
color: #1A1601;
}
.AnyTagClassName
{
color: #1A1601;
}
</style>
background-color css
<style>
a { background-color: #1A1601; }
a { background-color: rgb(26,22,1); }
div.DivClassName
{
background-color: #1A1601;
}
.BgClassName
{
background-color: #1A1601;
}
</style>
border-color css
<style>
span { border-color: #1A1601; }
span { border-color: rgb(26,22,1); }
td.TdClassName
{
border-color: #1A1601;
}
.TagClassName
{
border-color: #1A1601;
}
</style>