Shades of Maire #2A280E
Tints of Maire #2A280E
RGB
CMYK
RGB Variations
Color information
#2A280E (or 0x2A280E) is known color: Maire. HEX triplet: 2A, 28 and 0E. RGB value is (42,40,14). Sum of RGB (Red+Green+Blue) = 42+40+14=96 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.75% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 42 - color contains mainly: red. Hex color #2A280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A280E is #D5D7F1. Grayscale: #252525. Windows color (decimal): -14014450 or 927786. OLE color: 927786.
HSL color Cylindrical-coordinate representation of color #2A280E: hue angle of 55.71º degrees, saturation: 0.5, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A280E is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 40 | 14 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.84 |
| HSL | 55.71º | 0.5% | 0.11% | - |
| HSV(B) | 55.71º | 0.67% | 0.16% | - |
| XYZ | 1.79 | 2.04 | 0.72 | - |
| YUV | 37.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 40 | 14 | 0 | 0.05 | 0.67 | 0.84 | 55.71 | 0.5 | 0.11 |
| Hex | 2A | 28 | E | 0 | 5 | 43 | 54 | 38 | 32 | B |
| Octal | 52 | 50 | 16 | 0 | 5 | 103 | 124 | 70 | 62 | 13 |
| Binary | 101010 | 101000 | 1110 | 0 | 101 | 1000011 | 1010100 | 111000 | 110010 | 1011 |
Color Harmonies of #2A280E
Complementary color
Monochromatic Colors of #2A280E
Black with #2A280E
Text Example
Text Example
White with #2A280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A280E; }
p { color: rgb(42,40,14); }
H1.HeaderClassName
{
color: #2A280E;
}
.AnyTagClassName
{
color: #2A280E;
}
</style>
background-color css
<style>
a { background-color: #2A280E; }
a { background-color: rgb(42,40,14); }
div.DivClassName
{
background-color: #2A280E;
}
.BgClassName
{
background-color: #2A280E;
}
</style>
border-color css
<style>
span { border-color: #2A280E; }
span { border-color: rgb(42,40,14); }
td.TdClassName
{
border-color: #2A280E;
}
.TagClassName
{
border-color: #2A280E;
}
</style>