Shades of Maire #1A1709
Tints of Maire #1A1709
RGB
CMYK
RGB Variations
Color information
#1A1709 (or 0x1A1709) is known color: Maire. HEX triplet: 1A, 17 and 09. RGB value is (26,23,9). Sum of RGB (Red+Green+Blue) = 26+23+9=58 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.83% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1709 is #E5E8F6. Grayscale: #161616. Windows color (decimal): -15067383 or 595738. OLE color: 595738.
HSL color Cylindrical-coordinate representation of color #1A1709: hue angle of 49.41º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A1709 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 23 | 9 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.90 |
| HSL | 49.41º | 0.49% | 0.07% | - |
| HSV(B) | 49.41º | 0.65% | 0.1% | - |
| XYZ | 0.78 | 0.85 | 0.38 | - |
| YUV | 22.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 9 | 0 | 0.12 | 0.65 | 0.90 | 49.41 | 0.49 | 0.07 |
| Hex | 1A | 17 | 9 | 0 | C | 41 | 5A | 31 | 31 | 7 |
| Octal | 32 | 27 | 11 | 0 | 14 | 101 | 132 | 61 | 61 | 7 |
| Binary | 11010 | 10111 | 1001 | 0 | 1100 | 1000001 | 1011010 | 110001 | 110001 | 111 |
Color Harmonies of #1A1709
Complementary color
Monochromatic Colors of #1A1709
Black with #1A1709
Text Example
Text Example
White with #1A1709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1709; }
p { color: rgb(26,23,9); }
H1.HeaderClassName
{
color: #1A1709;
}
.AnyTagClassName
{
color: #1A1709;
}
</style>
background-color css
<style>
a { background-color: #1A1709; }
a { background-color: rgb(26,23,9); }
div.DivClassName
{
background-color: #1A1709;
}
.BgClassName
{
background-color: #1A1709;
}
</style>
border-color css
<style>
span { border-color: #1A1709; }
span { border-color: rgb(26,23,9); }
td.TdClassName
{
border-color: #1A1709;
}
.TagClassName
{
border-color: #1A1709;
}
</style>