Shades of Maire #252007
Tints of Maire #252007
RGB
CMYK
RGB Variations
Color information
#252007 (or 0x252007) is known color: Maire. HEX triplet: 25, 20 and 07. RGB value is (37,32,7). Sum of RGB (Red+Green+Blue) = 37+32+7=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #252007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252007 is #DADFF8. Grayscale: #1E1E1E. Windows color (decimal): -14344185 or 466981. OLE color: 466981.
HSL color Cylindrical-coordinate representation of color #252007: hue angle of 50º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #252007 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 32 | 7 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.85 |
| HSL | 50º | 0.68% | 0.09% | - |
| HSV(B) | 50º | 0.81% | 0.15% | - |
| XYZ | 1.32 | 1.44 | 0.41 | - |
| YUV | 30.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 7 | 0 | 0.14 | 0.81 | 0.85 | 50 | 0.68 | 0.09 |
| Hex | 25 | 20 | 7 | 0 | E | 51 | 55 | 32 | 44 | 9 |
| Octal | 45 | 40 | 7 | 0 | 16 | 121 | 125 | 62 | 104 | 11 |
| Binary | 100101 | 100000 | 111 | 0 | 1110 | 1010001 | 1010101 | 110010 | 1000100 | 1001 |
Color Harmonies of #252007
Complementary color
Monochromatic Colors of #252007
Black with #252007
Text Example
Text Example
White with #252007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252007; }
p { color: rgb(37,32,7); }
H1.HeaderClassName
{
color: #252007;
}
.AnyTagClassName
{
color: #252007;
}
</style>
background-color css
<style>
a { background-color: #252007; }
a { background-color: rgb(37,32,7); }
div.DivClassName
{
background-color: #252007;
}
.BgClassName
{
background-color: #252007;
}
</style>
border-color css
<style>
span { border-color: #252007; }
span { border-color: rgb(37,32,7); }
td.TdClassName
{
border-color: #252007;
}
.TagClassName
{
border-color: #252007;
}
</style>