Shades of Maire #2D260C
Tints of Maire #2D260C
RGB
CMYK
RGB Variations
Color information
#2D260C (or 0x2D260C) is known color: Maire. HEX triplet: 2D, 26 and 0C. RGB value is (45,38,12). Sum of RGB (Red+Green+Blue) = 45+38+12=95 (12% of max value = 765). Red value is 45 (17.97% from 255 or 47.37% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 45 - color contains mainly: red. Hex color #2D260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D260C is #D2D9F3. Grayscale: #252525. Windows color (decimal): -13818356 or 796205. OLE color: 796205.
HSL color Cylindrical-coordinate representation of color #2D260C: hue angle of 47.27º 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 #2D260C is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 38 | 12 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.82 |
| HSL | 47.27º | 0.58% | 0.11% | - |
| HSV(B) | 47.27º | 0.73% | 0.18% | - |
| XYZ | 1.84 | 1.97 | 0.63 | - |
| YUV | 37.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 12 | 0 | 0.16 | 0.73 | 0.82 | 47.27 | 0.58 | 0.11 |
| Hex | 2D | 26 | C | 0 | 10 | 49 | 52 | 2F | 3A | B |
| Octal | 55 | 46 | 14 | 0 | 20 | 111 | 122 | 57 | 72 | 13 |
| Binary | 101101 | 100110 | 1100 | 0 | 10000 | 1001001 | 1010010 | 101111 | 111010 | 1011 |
Color Harmonies of #2D260C
Complementary color
Monochromatic Colors of #2D260C
Black with #2D260C
Text Example
Text Example
White with #2D260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D260C; }
p { color: rgb(45,38,12); }
H1.HeaderClassName
{
color: #2D260C;
}
.AnyTagClassName
{
color: #2D260C;
}
</style>
background-color css
<style>
a { background-color: #2D260C; }
a { background-color: rgb(45,38,12); }
div.DivClassName
{
background-color: #2D260C;
}
.BgClassName
{
background-color: #2D260C;
}
</style>
border-color css
<style>
span { border-color: #2D260C; }
span { border-color: rgb(45,38,12); }
td.TdClassName
{
border-color: #2D260C;
}
.TagClassName
{
border-color: #2D260C;
}
</style>