Shades of Maire #2D250C
Tints of Maire #2D250C
RGB
CMYK
RGB Variations
Color information
#2D250C (or 0x2D250C) is known color: Maire. HEX triplet: 2D, 25 and 0C. RGB value is (45,37,12). Sum of RGB (Red+Green+Blue) = 45+37+12=94 (12% of max value = 765). Red value is 45 (17.97% from 255 or 47.87% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 45 - color contains mainly: red. Hex color #2D250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D250C is #D2DAF3. Grayscale: #242424. Windows color (decimal): -13818612 or 795949. OLE color: 795949.
HSL color Cylindrical-coordinate representation of color #2D250C: hue angle of 45.45º 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 #2D250C is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 37 | 12 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.82 |
| HSL | 45.45º | 0.58% | 0.11% | - |
| HSV(B) | 45.45º | 0.73% | 0.18% | - |
| XYZ | 1.81 | 1.91 | 0.62 | - |
| YUV | 36.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 12 | 0 | 0.18 | 0.73 | 0.82 | 45.45 | 0.58 | 0.11 |
| Hex | 2D | 25 | C | 0 | 12 | 49 | 52 | 2D | 3A | B |
| Octal | 55 | 45 | 14 | 0 | 22 | 111 | 122 | 55 | 72 | 13 |
| Binary | 101101 | 100101 | 1100 | 0 | 10010 | 1001001 | 1010010 | 101101 | 111010 | 1011 |
Color Harmonies of #2D250C
Complementary color
Monochromatic Colors of #2D250C
Black with #2D250C
Text Example
Text Example
White with #2D250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D250C; }
p { color: rgb(45,37,12); }
H1.HeaderClassName
{
color: #2D250C;
}
.AnyTagClassName
{
color: #2D250C;
}
</style>
background-color css
<style>
a { background-color: #2D250C; }
a { background-color: rgb(45,37,12); }
div.DivClassName
{
background-color: #2D250C;
}
.BgClassName
{
background-color: #2D250C;
}
</style>
border-color css
<style>
span { border-color: #2D250C; }
span { border-color: rgb(45,37,12); }
td.TdClassName
{
border-color: #2D250C;
}
.TagClassName
{
border-color: #2D250C;
}
</style>