Shades of Maire #252009
Tints of Maire #252009
RGB
CMYK
RGB Variations
Color information
#252009 (or 0x252009) is known color: Maire. HEX triplet: 25, 20 and 09. RGB value is (37,32,9). Sum of RGB (Red+Green+Blue) = 37+32+9=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #252009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252009 is #DADFF6. Grayscale: #1E1E1E. Windows color (decimal): -14344183 or 598053. OLE color: 598053.
HSL color Cylindrical-coordinate representation of color #252009: hue angle of 49.29º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #252009 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 32 | 9 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.85 |
| HSL | 49.29º | 0.61% | 0.09% | - |
| HSV(B) | 49.29º | 0.76% | 0.15% | - |
| XYZ | 1.33 | 1.45 | 0.47 | - |
| YUV | 30.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 9 | 0 | 0.14 | 0.76 | 0.85 | 49.29 | 0.61 | 0.09 |
| Hex | 25 | 20 | 9 | 0 | E | 4C | 55 | 31 | 3D | 9 |
| Octal | 45 | 40 | 11 | 0 | 16 | 114 | 125 | 61 | 75 | 11 |
| Binary | 100101 | 100000 | 1001 | 0 | 1110 | 1001100 | 1010101 | 110001 | 111101 | 1001 |
Color Harmonies of #252009
Complementary color
Monochromatic Colors of #252009
Black with #252009
Text Example
Text Example
White with #252009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252009; }
p { color: rgb(37,32,9); }
H1.HeaderClassName
{
color: #252009;
}
.AnyTagClassName
{
color: #252009;
}
</style>
background-color css
<style>
a { background-color: #252009; }
a { background-color: rgb(37,32,9); }
div.DivClassName
{
background-color: #252009;
}
.BgClassName
{
background-color: #252009;
}
</style>
border-color css
<style>
span { border-color: #252009; }
span { border-color: rgb(37,32,9); }
td.TdClassName
{
border-color: #252009;
}
.TagClassName
{
border-color: #252009;
}
</style>