Shades of Maire #2A2415
Tints of Maire #2A2415
RGB
CMYK
RGB Variations
Color information
#2A2415 (or 0x2A2415) is known color: Maire. HEX triplet: 2A, 24 and 15. RGB value is (42,36,21). Sum of RGB (Red+Green+Blue) = 42+36+21=99 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42.42% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2415 is #D5DBEA. Grayscale: #242424. Windows color (decimal): -14015467 or 1385514. OLE color: 1385514.
HSL color Cylindrical-coordinate representation of color #2A2415: hue angle of 42.86º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A2415 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 36 | 21 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.84 |
| HSL | 42.86º | 0.33% | 0.12% | - |
| HSV(B) | 42.86º | 0.5% | 0.16% | - |
| XYZ | 1.72 | 1.81 | 0.97 | - |
| YUV | 36.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 21 | 0 | 0.14 | 0.50 | 0.84 | 42.86 | 0.33 | 0.12 |
| Hex | 2A | 24 | 15 | 0 | E | 32 | 54 | 2B | 21 | C |
| Octal | 52 | 44 | 25 | 0 | 16 | 62 | 124 | 53 | 41 | 14 |
| Binary | 101010 | 100100 | 10101 | 0 | 1110 | 110010 | 1010100 | 101011 | 100001 | 1100 |
Color Harmonies of #2A2415
Complementary color
Monochromatic Colors of #2A2415
Black with #2A2415
Text Example
Text Example
White with #2A2415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2415; }
p { color: rgb(42,36,21); }
H1.HeaderClassName
{
color: #2A2415;
}
.AnyTagClassName
{
color: #2A2415;
}
</style>
background-color css
<style>
a { background-color: #2A2415; }
a { background-color: rgb(42,36,21); }
div.DivClassName
{
background-color: #2A2415;
}
.BgClassName
{
background-color: #2A2415;
}
</style>
border-color css
<style>
span { border-color: #2A2415; }
span { border-color: rgb(42,36,21); }
td.TdClassName
{
border-color: #2A2415;
}
.TagClassName
{
border-color: #2A2415;
}
</style>