Shades of Maire #2A260D
Tints of Maire #2A260D
RGB
CMYK
RGB Variations
Color information
#2A260D (or 0x2A260D) is known color: Maire. HEX triplet: 2A, 26 and 0D. RGB value is (42,38,13). Sum of RGB (Red+Green+Blue) = 42+38+13=93 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.16% from 93); Green value is 38 (15.23% from 255 or 40.86% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 42 - color contains mainly: red. Hex color #2A260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A260D is #D5D9F2. Grayscale: #242424. Windows color (decimal): -14014963 or 861738. OLE color: 861738.
HSL color Cylindrical-coordinate representation of color #2A260D: hue angle of 51.72º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A260D is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 38 | 13 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.84 |
| HSL | 51.72º | 0.53% | 0.11% | - |
| HSV(B) | 51.72º | 0.69% | 0.16% | - |
| XYZ | 1.72 | 1.91 | 0.66 | - |
| YUV | 36.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 13 | 0 | 0.10 | 0.69 | 0.84 | 51.72 | 0.53 | 0.11 |
| Hex | 2A | 26 | D | 0 | A | 45 | 54 | 34 | 35 | B |
| Octal | 52 | 46 | 15 | 0 | 12 | 105 | 124 | 64 | 65 | 13 |
| Binary | 101010 | 100110 | 1101 | 0 | 1010 | 1000101 | 1010100 | 110100 | 110101 | 1011 |
Color Harmonies of #2A260D
Complementary color
Monochromatic Colors of #2A260D
Black with #2A260D
Text Example
Text Example
White with #2A260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A260D; }
p { color: rgb(42,38,13); }
H1.HeaderClassName
{
color: #2A260D;
}
.AnyTagClassName
{
color: #2A260D;
}
</style>
background-color css
<style>
a { background-color: #2A260D; }
a { background-color: rgb(42,38,13); }
div.DivClassName
{
background-color: #2A260D;
}
.BgClassName
{
background-color: #2A260D;
}
</style>
border-color css
<style>
span { border-color: #2A260D; }
span { border-color: rgb(42,38,13); }
td.TdClassName
{
border-color: #2A260D;
}
.TagClassName
{
border-color: #2A260D;
}
</style>