Shades of Maire #2C290C
Tints of Maire #2C290C
RGB
CMYK
RGB Variations
Color information
#2C290C (or 0x2C290C) is known color: Maire. HEX triplet: 2C, 29 and 0C. RGB value is (44,41,12). Sum of RGB (Red+Green+Blue) = 44+41+12=97 (12% of max value = 765). Red value is 44 (17.58% from 255 or 45.36% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 44 - color contains mainly: red. Hex color #2C290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C290C is #D3D6F3. Grayscale: #262626. Windows color (decimal): -13883124 or 796972. OLE color: 796972.
HSL color Cylindrical-coordinate representation of color #2C290C: hue angle of 54.38º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C290C is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 41 | 12 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.83 |
| HSL | 54.38º | 0.57% | 0.11% | - |
| HSV(B) | 54.38º | 0.73% | 0.17% | - |
| XYZ | 1.9 | 2.15 | 0.66 | - |
| YUV | 38.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 41 | 12 | 0 | 0.07 | 0.73 | 0.83 | 54.38 | 0.57 | 0.11 |
| Hex | 2C | 29 | C | 0 | 7 | 49 | 53 | 36 | 39 | B |
| Octal | 54 | 51 | 14 | 0 | 7 | 111 | 123 | 66 | 71 | 13 |
| Binary | 101100 | 101001 | 1100 | 0 | 111 | 1001001 | 1010011 | 110110 | 111001 | 1011 |
Color Harmonies of #2C290C
Complementary color
Monochromatic Colors of #2C290C
Black with #2C290C
Text Example
Text Example
White with #2C290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C290C; }
p { color: rgb(44,41,12); }
H1.HeaderClassName
{
color: #2C290C;
}
.AnyTagClassName
{
color: #2C290C;
}
</style>
background-color css
<style>
a { background-color: #2C290C; }
a { background-color: rgb(44,41,12); }
div.DivClassName
{
background-color: #2C290C;
}
.BgClassName
{
background-color: #2C290C;
}
</style>
border-color css
<style>
span { border-color: #2C290C; }
span { border-color: rgb(44,41,12); }
td.TdClassName
{
border-color: #2C290C;
}
.TagClassName
{
border-color: #2C290C;
}
</style>