Shades of Maire #25200C
Tints of Maire #25200C
RGB
CMYK
RGB Variations
Color information
#25200C (or 0x25200C) is known color: Maire. HEX triplet: 25, 20 and 0C. RGB value is (37,32,12). Sum of RGB (Red+Green+Blue) = 37+32+12=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #25200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25200C is #DADFF3. Grayscale: #1F1F1F. Windows color (decimal): -14344180 or 794661. OLE color: 794661.
HSL color Cylindrical-coordinate representation of color #25200C: hue angle of 48º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25200C is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 32 | 12 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.85 |
| HSL | 48º | 0.51% | 0.1% | - |
| HSV(B) | 48º | 0.68% | 0.15% | - |
| XYZ | 1.35 | 1.45 | 0.56 | - |
| YUV | 31.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 12 | 0 | 0.14 | 0.68 | 0.85 | 48 | 0.51 | 0.1 |
| Hex | 25 | 20 | C | 0 | E | 44 | 55 | 30 | 33 | A |
| Octal | 45 | 40 | 14 | 0 | 16 | 104 | 125 | 60 | 63 | 12 |
| Binary | 100101 | 100000 | 1100 | 0 | 1110 | 1000100 | 1010101 | 110000 | 110011 | 1010 |
Color Harmonies of #25200C
Complementary color
Monochromatic Colors of #25200C
Black with #25200C
Text Example
Text Example
White with #25200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25200C; }
p { color: rgb(37,32,12); }
H1.HeaderClassName
{
color: #25200C;
}
.AnyTagClassName
{
color: #25200C;
}
</style>
background-color css
<style>
a { background-color: #25200C; }
a { background-color: rgb(37,32,12); }
div.DivClassName
{
background-color: #25200C;
}
.BgClassName
{
background-color: #25200C;
}
</style>
border-color css
<style>
span { border-color: #25200C; }
span { border-color: rgb(37,32,12); }
td.TdClassName
{
border-color: #25200C;
}
.TagClassName
{
border-color: #25200C;
}
</style>