Shades of Maire #2A2704
Tints of Maire #2A2704
RGB
CMYK
RGB Variations
Color information
#2A2704 (or 0x2A2704) is known color: Maire. HEX triplet: 2A, 27 and 04. RGB value is (42,39,4). Sum of RGB (Red+Green+Blue) = 42+39+4=85 (11% of max value = 765). Red value is 42 (16.80% from 255 or 49.41% from 85); Green value is 39 (15.62% from 255 or 45.88% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2704 is #D5D8FB. Grayscale: #242424. Windows color (decimal): -14014716 or 272170. OLE color: 272170.
HSL color Cylindrical-coordinate representation of color #2A2704: hue angle of 55.26º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A2704 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 39 | 4 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.84 |
| HSL | 55.26º | 0.83% | 0.09% | - |
| HSV(B) | 55.26º | 0.9% | 0.16% | - |
| XYZ | 1.7 | 1.95 | 0.4 | - |
| YUV | 35.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 4 | 0 | 0.07 | 0.90 | 0.84 | 55.26 | 0.83 | 0.09 |
| Hex | 2A | 27 | 4 | 0 | 7 | 5A | 54 | 37 | 53 | 9 |
| Octal | 52 | 47 | 4 | 0 | 7 | 132 | 124 | 67 | 123 | 11 |
| Binary | 101010 | 100111 | 100 | 0 | 111 | 1011010 | 1010100 | 110111 | 1010011 | 1001 |
Color Harmonies of #2A2704
Complementary color
Monochromatic Colors of #2A2704
Black with #2A2704
Text Example
Text Example
White with #2A2704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2704; }
p { color: rgb(42,39,4); }
H1.HeaderClassName
{
color: #2A2704;
}
.AnyTagClassName
{
color: #2A2704;
}
</style>
background-color css
<style>
a { background-color: #2A2704; }
a { background-color: rgb(42,39,4); }
div.DivClassName
{
background-color: #2A2704;
}
.BgClassName
{
background-color: #2A2704;
}
</style>
border-color css
<style>
span { border-color: #2A2704; }
span { border-color: rgb(42,39,4); }
td.TdClassName
{
border-color: #2A2704;
}
.TagClassName
{
border-color: #2A2704;
}
</style>