Shades of Maire #1A1307
Tints of Maire #1A1307
RGB
CMYK
RGB Variations
Color information
#1A1307 (or 0x1A1307) is known color: Maire. HEX triplet: 1A, 13 and 07. RGB value is (26,19,7). Sum of RGB (Red+Green+Blue) = 26+19+7=52 (6% of max value = 765). Red value is 26 (10.55% from 255 or 50% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 7 (3.12% from 255 or 13.46% from 52); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1307 is #E5ECF8. Grayscale: #131313. Windows color (decimal): -15068409 or 463642. OLE color: 463642.
HSL color Cylindrical-coordinate representation of color #1A1307: hue angle of 37.89º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A1307 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 19 | 7 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.90 |
| HSL | 37.89º | 0.58% | 0.06% | - |
| HSV(B) | 37.89º | 0.73% | 0.1% | - |
| XYZ | 0.7 | 0.7 | 0.3 | - |
| YUV | 19.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 7 | 0 | 0.27 | 0.73 | 0.90 | 37.89 | 0.58 | 0.06 |
| Hex | 1A | 13 | 7 | 0 | 1B | 49 | 5A | 26 | 3A | 6 |
| Octal | 32 | 23 | 7 | 0 | 33 | 111 | 132 | 46 | 72 | 6 |
| Binary | 11010 | 10011 | 111 | 0 | 11011 | 1001001 | 1011010 | 100110 | 111010 | 110 |
Color Harmonies of #1A1307
Complementary color
Monochromatic Colors of #1A1307
Black with #1A1307
Text Example
Text Example
White with #1A1307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1307; }
p { color: rgb(26,19,7); }
H1.HeaderClassName
{
color: #1A1307;
}
.AnyTagClassName
{
color: #1A1307;
}
</style>
background-color css
<style>
a { background-color: #1A1307; }
a { background-color: rgb(26,19,7); }
div.DivClassName
{
background-color: #1A1307;
}
.BgClassName
{
background-color: #1A1307;
}
</style>
border-color css
<style>
span { border-color: #1A1307; }
span { border-color: rgb(26,19,7); }
td.TdClassName
{
border-color: #1A1307;
}
.TagClassName
{
border-color: #1A1307;
}
</style>