Shades of Maire #2D280E
Tints of Maire #2D280E
RGB
CMYK
RGB Variations
Color information
#2D280E (or 0x2D280E) is known color: Maire. HEX triplet: 2D, 28 and 0E. RGB value is (45,40,14). Sum of RGB (Red+Green+Blue) = 45+40+14=99 (13% of max value = 765). Red value is 45 (17.97% from 255 or 45.45% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 14 (5.86% from 255 or 14.14% from 99); Max value from RGB is 45 - color contains mainly: red. Hex color #2D280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D280E is #D2D7F1. Grayscale: #262626. Windows color (decimal): -13817842 or 927789. OLE color: 927789.
HSL color Cylindrical-coordinate representation of color #2D280E: hue angle of 50.32º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D280E is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 40 | 14 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.82 |
| HSL | 50.32º | 0.53% | 0.12% | - |
| HSV(B) | 50.32º | 0.69% | 0.18% | - |
| XYZ | 1.92 | 2.11 | 0.72 | - |
| YUV | 38.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 14 | 0 | 0.11 | 0.69 | 0.82 | 50.32 | 0.53 | 0.12 |
| Hex | 2D | 28 | E | 0 | B | 45 | 52 | 32 | 35 | C |
| Octal | 55 | 50 | 16 | 0 | 13 | 105 | 122 | 62 | 65 | 14 |
| Binary | 101101 | 101000 | 1110 | 0 | 1011 | 1000101 | 1010010 | 110010 | 110101 | 1100 |
Color Harmonies of #2D280E
Complementary color
Monochromatic Colors of #2D280E
Black with #2D280E
Text Example
Text Example
White with #2D280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D280E; }
p { color: rgb(45,40,14); }
H1.HeaderClassName
{
color: #2D280E;
}
.AnyTagClassName
{
color: #2D280E;
}
</style>
background-color css
<style>
a { background-color: #2D280E; }
a { background-color: rgb(45,40,14); }
div.DivClassName
{
background-color: #2D280E;
}
.BgClassName
{
background-color: #2D280E;
}
</style>
border-color css
<style>
span { border-color: #2D280E; }
span { border-color: rgb(45,40,14); }
td.TdClassName
{
border-color: #2D280E;
}
.TagClassName
{
border-color: #2D280E;
}
</style>