Shades of Maire #2A280D
Tints of Maire #2A280D
RGB
CMYK
RGB Variations
Color information
#2A280D (or 0x2A280D) is known color: Maire. HEX triplet: 2A, 28 and 0D. RGB value is (42,40,13). Sum of RGB (Red+Green+Blue) = 42+40+13=95 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.21% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 42 - color contains mainly: red. Hex color #2A280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A280D is #D5D7F2. Grayscale: #252525. Windows color (decimal): -14014451 or 862250. OLE color: 862250.
HSL color Cylindrical-coordinate representation of color #2A280D: hue angle of 55.86º 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 #2A280D is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 40 | 13 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.84 |
| HSL | 55.86º | 0.53% | 0.11% | - |
| HSV(B) | 55.86º | 0.69% | 0.16% | - |
| XYZ | 1.79 | 2.04 | 0.68 | - |
| YUV | 37.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 40 | 13 | 0 | 0.05 | 0.69 | 0.84 | 55.86 | 0.53 | 0.11 |
| Hex | 2A | 28 | D | 0 | 5 | 45 | 54 | 38 | 35 | B |
| Octal | 52 | 50 | 15 | 0 | 5 | 105 | 124 | 70 | 65 | 13 |
| Binary | 101010 | 101000 | 1101 | 0 | 101 | 1000101 | 1010100 | 111000 | 110101 | 1011 |
Color Harmonies of #2A280D
Complementary color
Monochromatic Colors of #2A280D
Black with #2A280D
Text Example
Text Example
White with #2A280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A280D; }
p { color: rgb(42,40,13); }
H1.HeaderClassName
{
color: #2A280D;
}
.AnyTagClassName
{
color: #2A280D;
}
</style>
background-color css
<style>
a { background-color: #2A280D; }
a { background-color: rgb(42,40,13); }
div.DivClassName
{
background-color: #2A280D;
}
.BgClassName
{
background-color: #2A280D;
}
</style>
border-color css
<style>
span { border-color: #2A280D; }
span { border-color: rgb(42,40,13); }
td.TdClassName
{
border-color: #2A280D;
}
.TagClassName
{
border-color: #2A280D;
}
</style>