Shades of Maire #25240A
Tints of Maire #25240A
RGB
CMYK
RGB Variations
Color information
#25240A (or 0x25240A) is known color: Maire. HEX triplet: 25, 24 and 0A. RGB value is (37,36,10). Sum of RGB (Red+Green+Blue) = 37+36+10=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 36 (14.45% from 255 or 43.37% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #25240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25240A is #DADBF5. Grayscale: #212121. Windows color (decimal): -14343158 or 664613. OLE color: 664613.
HSL color Cylindrical-coordinate representation of color #25240A: hue angle of 57.78º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25240A is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 36 | 10 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.85 |
| HSL | 57.78º | 0.57% | 0.09% | - |
| HSV(B) | 57.78º | 0.73% | 0.15% | - |
| XYZ | 1.45 | 1.68 | 0.53 | - |
| YUV | 33.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 10 | 0 | 0.03 | 0.73 | 0.85 | 57.78 | 0.57 | 0.09 |
| Hex | 25 | 24 | A | 0 | 3 | 49 | 55 | 3A | 39 | 9 |
| Octal | 45 | 44 | 12 | 0 | 3 | 111 | 125 | 72 | 71 | 11 |
| Binary | 100101 | 100100 | 1010 | 0 | 11 | 1001001 | 1010101 | 111010 | 111001 | 1001 |
Color Harmonies of #25240A
Complementary color
Monochromatic Colors of #25240A
Black with #25240A
Text Example
Text Example
White with #25240A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25240A; }
p { color: rgb(37,36,10); }
H1.HeaderClassName
{
color: #25240A;
}
.AnyTagClassName
{
color: #25240A;
}
</style>
background-color css
<style>
a { background-color: #25240A; }
a { background-color: rgb(37,36,10); }
div.DivClassName
{
background-color: #25240A;
}
.BgClassName
{
background-color: #25240A;
}
</style>
border-color css
<style>
span { border-color: #25240A; }
span { border-color: rgb(37,36,10); }
td.TdClassName
{
border-color: #25240A;
}
.TagClassName
{
border-color: #25240A;
}
</style>