Shades of Maire #2A2715
Tints of Maire #2A2715
RGB
CMYK
RGB Variations
Color information
#2A2715 (or 0x2A2715) is known color: Maire. HEX triplet: 2A, 27 and 15. RGB value is (42,39,21). Sum of RGB (Red+Green+Blue) = 42+39+21=102 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.18% from 102); Green value is 39 (15.62% from 255 or 38.24% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2715 is #D5D8EA. Grayscale: #252525. Windows color (decimal): -14014699 or 1386282. OLE color: 1386282.
HSL color Cylindrical-coordinate representation of color #2A2715: hue angle of 51.43º 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 #2A2715 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 39 | 21 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.84 |
| HSL | 51.43º | 0.33% | 0.12% | - |
| HSV(B) | 51.43º | 0.5% | 0.16% | - |
| XYZ | 1.82 | 2 | 1 | - |
| YUV | 37.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 21 | 0 | 0.07 | 0.50 | 0.84 | 51.43 | 0.33 | 0.12 |
| Hex | 2A | 27 | 15 | 0 | 7 | 32 | 54 | 33 | 21 | C |
| Octal | 52 | 47 | 25 | 0 | 7 | 62 | 124 | 63 | 41 | 14 |
| Binary | 101010 | 100111 | 10101 | 0 | 111 | 110010 | 1010100 | 110011 | 100001 | 1100 |
Color Harmonies of #2A2715
Complementary color
Monochromatic Colors of #2A2715
Black with #2A2715
Text Example
Text Example
White with #2A2715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2715; }
p { color: rgb(42,39,21); }
H1.HeaderClassName
{
color: #2A2715;
}
.AnyTagClassName
{
color: #2A2715;
}
</style>
background-color css
<style>
a { background-color: #2A2715; }
a { background-color: rgb(42,39,21); }
div.DivClassName
{
background-color: #2A2715;
}
.BgClassName
{
background-color: #2A2715;
}
</style>
border-color css
<style>
span { border-color: #2A2715; }
span { border-color: rgb(42,39,21); }
td.TdClassName
{
border-color: #2A2715;
}
.TagClassName
{
border-color: #2A2715;
}
</style>