Shades of Maire #2C260C
Tints of Maire #2C260C
RGB
CMYK
RGB Variations
Color information
#2C260C (or 0x2C260C) is known color: Maire. HEX triplet: 2C, 26 and 0C. RGB value is (44,38,12). Sum of RGB (Red+Green+Blue) = 44+38+12=94 (12% of max value = 765). Red value is 44 (17.58% from 255 or 46.81% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 44 - color contains mainly: red. Hex color #2C260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C260C is #D3D9F3. Grayscale: #242424. Windows color (decimal): -13883892 or 796204. OLE color: 796204.
HSL color Cylindrical-coordinate representation of color #2C260C: hue angle of 48.75º 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 #2C260C is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 38 | 12 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.83 |
| HSL | 48.75º | 0.57% | 0.11% | - |
| HSV(B) | 48.75º | 0.73% | 0.17% | - |
| XYZ | 1.8 | 1.95 | 0.63 | - |
| YUV | 36.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 38 | 12 | 0 | 0.14 | 0.73 | 0.83 | 48.75 | 0.57 | 0.11 |
| Hex | 2C | 26 | C | 0 | E | 49 | 53 | 31 | 39 | B |
| Octal | 54 | 46 | 14 | 0 | 16 | 111 | 123 | 61 | 71 | 13 |
| Binary | 101100 | 100110 | 1100 | 0 | 1110 | 1001001 | 1010011 | 110001 | 111001 | 1011 |
Color Harmonies of #2C260C
Complementary color
Monochromatic Colors of #2C260C
Black with #2C260C
Text Example
Text Example
White with #2C260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C260C; }
p { color: rgb(44,38,12); }
H1.HeaderClassName
{
color: #2C260C;
}
.AnyTagClassName
{
color: #2C260C;
}
</style>
background-color css
<style>
a { background-color: #2C260C; }
a { background-color: rgb(44,38,12); }
div.DivClassName
{
background-color: #2C260C;
}
.BgClassName
{
background-color: #2C260C;
}
</style>
border-color css
<style>
span { border-color: #2C260C; }
span { border-color: rgb(44,38,12); }
td.TdClassName
{
border-color: #2C260C;
}
.TagClassName
{
border-color: #2C260C;
}
</style>