Shades of Maire #2A2106
Tints of Maire #2A2106
RGB
CMYK
RGB Variations
Color information
#2A2106 (or 0x2A2106) is known color: Maire. HEX triplet: 2A, 21 and 06. RGB value is (42,33,6). Sum of RGB (Red+Green+Blue) = 42+33+6=81 (10% of max value = 765). Red value is 42 (16.80% from 255 or 51.85% from 81); Green value is 33 (13.28% from 255 or 40.74% from 81); Blue value is 6 (2.73% from 255 or 7.41% from 81); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2106 is #D5DEF9. Grayscale: #202020. Windows color (decimal): -14016250 or 401706. OLE color: 401706.
HSL color Cylindrical-coordinate representation of color #2A2106: hue angle of 45º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A2106 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 33 | 6 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.84 |
| HSL | 45º | 0.75% | 0.09% | - |
| HSV(B) | 45º | 0.86% | 0.16% | - |
| XYZ | 1.53 | 1.59 | 0.4 | - |
| YUV | 32.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 33 | 6 | 0 | 0.21 | 0.86 | 0.84 | 45 | 0.75 | 0.09 |
| Hex | 2A | 21 | 6 | 0 | 15 | 56 | 54 | 2D | 4B | 9 |
| Octal | 52 | 41 | 6 | 0 | 25 | 126 | 124 | 55 | 113 | 11 |
| Binary | 101010 | 100001 | 110 | 0 | 10101 | 1010110 | 1010100 | 101101 | 1001011 | 1001 |
Color Harmonies of #2A2106
Complementary color
Monochromatic Colors of #2A2106
Black with #2A2106
Text Example
Text Example
White with #2A2106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2106; }
p { color: rgb(42,33,6); }
H1.HeaderClassName
{
color: #2A2106;
}
.AnyTagClassName
{
color: #2A2106;
}
</style>
background-color css
<style>
a { background-color: #2A2106; }
a { background-color: rgb(42,33,6); }
div.DivClassName
{
background-color: #2A2106;
}
.BgClassName
{
background-color: #2A2106;
}
</style>
border-color css
<style>
span { border-color: #2A2106; }
span { border-color: rgb(42,33,6); }
td.TdClassName
{
border-color: #2A2106;
}
.TagClassName
{
border-color: #2A2106;
}
</style>