Shades of Maire #25210C
Tints of Maire #25210C
RGB
CMYK
RGB Variations
Color information
#25210C (or 0x25210C) is known color: Maire. HEX triplet: 25, 21 and 0C. RGB value is (37,33,12). Sum of RGB (Red+Green+Blue) = 37+33+12=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 33 (13.28% from 255 or 40.24% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #25210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25210C is #DADEF3. Grayscale: #1F1F1F. Windows color (decimal): -14343924 or 794917. OLE color: 794917.
HSL color Cylindrical-coordinate representation of color #25210C: hue angle of 50.4º 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 #25210C is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 33 | 12 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.85 |
| HSL | 50.4º | 0.51% | 0.1% | - |
| HSV(B) | 50.4º | 0.68% | 0.15% | - |
| XYZ | 1.37 | 1.51 | 0.57 | - |
| YUV | 31.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 12 | 0 | 0.11 | 0.68 | 0.85 | 50.4 | 0.51 | 0.1 |
| Hex | 25 | 21 | C | 0 | B | 44 | 55 | 32 | 33 | A |
| Octal | 45 | 41 | 14 | 0 | 13 | 104 | 125 | 62 | 63 | 12 |
| Binary | 100101 | 100001 | 1100 | 0 | 1011 | 1000100 | 1010101 | 110010 | 110011 | 1010 |
Color Harmonies of #25210C
Complementary color
Monochromatic Colors of #25210C
Black with #25210C
Text Example
Text Example
White with #25210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25210C; }
p { color: rgb(37,33,12); }
H1.HeaderClassName
{
color: #25210C;
}
.AnyTagClassName
{
color: #25210C;
}
</style>
background-color css
<style>
a { background-color: #25210C; }
a { background-color: rgb(37,33,12); }
div.DivClassName
{
background-color: #25210C;
}
.BgClassName
{
background-color: #25210C;
}
</style>
border-color css
<style>
span { border-color: #25210C; }
span { border-color: rgb(37,33,12); }
td.TdClassName
{
border-color: #25210C;
}
.TagClassName
{
border-color: #25210C;
}
</style>