Shades of Maire #252407
Tints of Maire #252407
RGB
CMYK
RGB Variations
Color information
#252407 (or 0x252407) is known color: Maire. HEX triplet: 25, 24 and 07. RGB value is (37,36,7). Sum of RGB (Red+Green+Blue) = 37+36+7=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 7 (3.12% from 255 or 8.75% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #252407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252407 is #DADBF8. Grayscale: #212121. Windows color (decimal): -14343161 or 468005. OLE color: 468005.
HSL color Cylindrical-coordinate representation of color #252407: hue angle of 58º 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 #252407 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 36 | 7 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.85 |
| HSL | 58º | 0.68% | 0.09% | - |
| HSV(B) | 58º | 0.81% | 0.15% | - |
| XYZ | 1.43 | 1.67 | 0.45 | - |
| YUV | 32.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 7 | 0 | 0.03 | 0.81 | 0.85 | 58 | 0.68 | 0.09 |
| Hex | 25 | 24 | 7 | 0 | 3 | 51 | 55 | 3A | 44 | 9 |
| Octal | 45 | 44 | 7 | 0 | 3 | 121 | 125 | 72 | 104 | 11 |
| Binary | 100101 | 100100 | 111 | 0 | 11 | 1010001 | 1010101 | 111010 | 1000100 | 1001 |
Color Harmonies of #252407
Complementary color
Monochromatic Colors of #252407
Black with #252407
Text Example
Text Example
White with #252407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252407; }
p { color: rgb(37,36,7); }
H1.HeaderClassName
{
color: #252407;
}
.AnyTagClassName
{
color: #252407;
}
</style>
background-color css
<style>
a { background-color: #252407; }
a { background-color: rgb(37,36,7); }
div.DivClassName
{
background-color: #252407;
}
.BgClassName
{
background-color: #252407;
}
</style>
border-color css
<style>
span { border-color: #252407; }
span { border-color: rgb(37,36,7); }
td.TdClassName
{
border-color: #252407;
}
.TagClassName
{
border-color: #252407;
}
</style>