Shades of Maire #252210
Tints of Maire #252210
RGB
CMYK
RGB Variations
Color information
#252210 (or 0x252210) is known color: Maire. HEX triplet: 25, 22 and 10. RGB value is (37,34,16). Sum of RGB (Red+Green+Blue) = 37+34+16=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 37 - color contains mainly: red. Hex color #252210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252210 is #DADDEF. Grayscale: #202020. Windows color (decimal): -14343664 or 1057317. OLE color: 1057317.
HSL color Cylindrical-coordinate representation of color #252210: hue angle of 51.43º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #252210 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 34 | 16 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.85 |
| HSL | 51.43º | 0.4% | 0.1% | - |
| HSV(B) | 51.43º | 0.57% | 0.15% | - |
| XYZ | 1.43 | 1.57 | 0.72 | - |
| YUV | 32.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 34 | 16 | 0 | 0.08 | 0.57 | 0.85 | 51.43 | 0.4 | 0.1 |
| Hex | 25 | 22 | 10 | 0 | 8 | 39 | 55 | 33 | 28 | A |
| Octal | 45 | 42 | 20 | 0 | 10 | 71 | 125 | 63 | 50 | 12 |
| Binary | 100101 | 100010 | 10000 | 0 | 1000 | 111001 | 1010101 | 110011 | 101000 | 1010 |
Color Harmonies of #252210
Complementary color
Monochromatic Colors of #252210
Black with #252210
Text Example
Text Example
White with #252210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252210; }
p { color: rgb(37,34,16); }
H1.HeaderClassName
{
color: #252210;
}
.AnyTagClassName
{
color: #252210;
}
</style>
background-color css
<style>
a { background-color: #252210; }
a { background-color: rgb(37,34,16); }
div.DivClassName
{
background-color: #252210;
}
.BgClassName
{
background-color: #252210;
}
</style>
border-color css
<style>
span { border-color: #252210; }
span { border-color: rgb(37,34,16); }
td.TdClassName
{
border-color: #252210;
}
.TagClassName
{
border-color: #252210;
}
</style>