Shades of Maire #2A220F
Tints of Maire #2A220F
RGB
CMYK
RGB Variations
Color information
#2A220F (or 0x2A220F) is known color: Maire. HEX triplet: 2A, 22 and 0F. RGB value is (42,34,15). Sum of RGB (Red+Green+Blue) = 42+34+15=91 (12% of max value = 765). Red value is 42 (16.80% from 255 or 46.15% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 42 - color contains mainly: red. Hex color #2A220F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A220F is #D5DDF0. Grayscale: #222222. Windows color (decimal): -14015985 or 991786. OLE color: 991786.
HSL color Cylindrical-coordinate representation of color #2A220F: hue angle of 42.22º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A220F is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 34 | 15 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.84 |
| HSL | 42.22º | 0.47% | 0.11% | - |
| HSV(B) | 42.22º | 0.64% | 0.16% | - |
| XYZ | 1.61 | 1.67 | 0.69 | - |
| YUV | 34.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 34 | 15 | 0 | 0.19 | 0.64 | 0.84 | 42.22 | 0.47 | 0.11 |
| Hex | 2A | 22 | F | 0 | 13 | 40 | 54 | 2A | 2F | B |
| Octal | 52 | 42 | 17 | 0 | 23 | 100 | 124 | 52 | 57 | 13 |
| Binary | 101010 | 100010 | 1111 | 0 | 10011 | 1000000 | 1010100 | 101010 | 101111 | 1011 |
Color Harmonies of #2A220F
Complementary color
Monochromatic Colors of #2A220F
Black with #2A220F
Text Example
Text Example
White with #2A220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A220F; }
p { color: rgb(42,34,15); }
H1.HeaderClassName
{
color: #2A220F;
}
.AnyTagClassName
{
color: #2A220F;
}
</style>
background-color css
<style>
a { background-color: #2A220F; }
a { background-color: rgb(42,34,15); }
div.DivClassName
{
background-color: #2A220F;
}
.BgClassName
{
background-color: #2A220F;
}
</style>
border-color css
<style>
span { border-color: #2A220F; }
span { border-color: rgb(42,34,15); }
td.TdClassName
{
border-color: #2A220F;
}
.TagClassName
{
border-color: #2A220F;
}
</style>