Shades of Maire #2D270C
Tints of Maire #2D270C
RGB
CMYK
RGB Variations
Color information
#2D270C (or 0x2D270C) is known color: Maire. HEX triplet: 2D, 27 and 0C. RGB value is (45,39,12). Sum of RGB (Red+Green+Blue) = 45+39+12=96 (12% of max value = 765). Red value is 45 (17.97% from 255 or 46.88% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 45 - color contains mainly: red. Hex color #2D270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D270C is #D2D8F3. Grayscale: #252525. Windows color (decimal): -13818100 or 796461. OLE color: 796461.
HSL color Cylindrical-coordinate representation of color #2D270C: hue angle of 49.09º 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 #2D270C is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 39 | 12 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.82 |
| HSL | 49.09º | 0.58% | 0.11% | - |
| HSV(B) | 49.09º | 0.73% | 0.18% | - |
| XYZ | 1.87 | 2.04 | 0.64 | - |
| YUV | 37.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 39 | 12 | 0 | 0.13 | 0.73 | 0.82 | 49.09 | 0.58 | 0.11 |
| Hex | 2D | 27 | C | 0 | D | 49 | 52 | 31 | 3A | B |
| Octal | 55 | 47 | 14 | 0 | 15 | 111 | 122 | 61 | 72 | 13 |
| Binary | 101101 | 100111 | 1100 | 0 | 1101 | 1001001 | 1010010 | 110001 | 111010 | 1011 |
Color Harmonies of #2D270C
Complementary color
Monochromatic Colors of #2D270C
Black with #2D270C
Text Example
Text Example
White with #2D270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D270C; }
p { color: rgb(45,39,12); }
H1.HeaderClassName
{
color: #2D270C;
}
.AnyTagClassName
{
color: #2D270C;
}
</style>
background-color css
<style>
a { background-color: #2D270C; }
a { background-color: rgb(45,39,12); }
div.DivClassName
{
background-color: #2D270C;
}
.BgClassName
{
background-color: #2D270C;
}
</style>
border-color css
<style>
span { border-color: #2D270C; }
span { border-color: rgb(45,39,12); }
td.TdClassName
{
border-color: #2D270C;
}
.TagClassName
{
border-color: #2D270C;
}
</style>