Shades of Maire #2D290C
Tints of Maire #2D290C
RGB
CMYK
RGB Variations
Color information
#2D290C (or 0x2D290C) is known color: Maire. HEX triplet: 2D, 29 and 0C. RGB value is (45,41,12). Sum of RGB (Red+Green+Blue) = 45+41+12=98 (12% of max value = 765). Red value is 45 (17.97% from 255 or 45.92% from 98); Green value is 41 (16.41% from 255 or 41.84% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 45 - color contains mainly: red. Hex color #2D290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D290C is #D2D6F3. Grayscale: #272727. Windows color (decimal): -13817588 or 796973. OLE color: 796973.
HSL color Cylindrical-coordinate representation of color #2D290C: hue angle of 52.73º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D290C is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 41 | 12 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.82 |
| HSL | 52.73º | 0.58% | 0.11% | - |
| HSV(B) | 52.73º | 0.73% | 0.18% | - |
| XYZ | 1.94 | 2.17 | 0.66 | - |
| YUV | 38.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 41 | 12 | 0 | 0.09 | 0.73 | 0.82 | 52.73 | 0.58 | 0.11 |
| Hex | 2D | 29 | C | 0 | 9 | 49 | 52 | 35 | 3A | B |
| Octal | 55 | 51 | 14 | 0 | 11 | 111 | 122 | 65 | 72 | 13 |
| Binary | 101101 | 101001 | 1100 | 0 | 1001 | 1001001 | 1010010 | 110101 | 111010 | 1011 |
Color Harmonies of #2D290C
Complementary color
Monochromatic Colors of #2D290C
Black with #2D290C
Text Example
Text Example
White with #2D290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D290C; }
p { color: rgb(45,41,12); }
H1.HeaderClassName
{
color: #2D290C;
}
.AnyTagClassName
{
color: #2D290C;
}
</style>
background-color css
<style>
a { background-color: #2D290C; }
a { background-color: rgb(45,41,12); }
div.DivClassName
{
background-color: #2D290C;
}
.BgClassName
{
background-color: #2D290C;
}
</style>
border-color css
<style>
span { border-color: #2D290C; }
span { border-color: rgb(45,41,12); }
td.TdClassName
{
border-color: #2D290C;
}
.TagClassName
{
border-color: #2D290C;
}
</style>