Shades of Maire #252209
Tints of Maire #252209
RGB
CMYK
RGB Variations
Color information
#252209 (or 0x252209) is known color: Maire. HEX triplet: 25, 22 and 09. RGB value is (37,34,9). Sum of RGB (Red+Green+Blue) = 37+34+9=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 34 (13.67% from 255 or 42.5% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #252209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252209 is #DADDF6. Grayscale: #202020. Windows color (decimal): -14343671 or 598565. OLE color: 598565.
HSL color Cylindrical-coordinate representation of color #252209: hue angle of 53.57º 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 #252209 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 34 | 9 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.85 |
| HSL | 53.57º | 0.61% | 0.09% | - |
| HSV(B) | 53.57º | 0.76% | 0.15% | - |
| XYZ | 1.38 | 1.56 | 0.49 | - |
| YUV | 32.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 34 | 9 | 0 | 0.08 | 0.76 | 0.85 | 53.57 | 0.61 | 0.09 |
| Hex | 25 | 22 | 9 | 0 | 8 | 4C | 55 | 36 | 3D | 9 |
| Octal | 45 | 42 | 11 | 0 | 10 | 114 | 125 | 66 | 75 | 11 |
| Binary | 100101 | 100010 | 1001 | 0 | 1000 | 1001100 | 1010101 | 110110 | 111101 | 1001 |
Color Harmonies of #252209
Complementary color
Monochromatic Colors of #252209
Black with #252209
Text Example
Text Example
White with #252209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252209; }
p { color: rgb(37,34,9); }
H1.HeaderClassName
{
color: #252209;
}
.AnyTagClassName
{
color: #252209;
}
</style>
background-color css
<style>
a { background-color: #252209; }
a { background-color: rgb(37,34,9); }
div.DivClassName
{
background-color: #252209;
}
.BgClassName
{
background-color: #252209;
}
</style>
border-color css
<style>
span { border-color: #252209; }
span { border-color: rgb(37,34,9); }
td.TdClassName
{
border-color: #252209;
}
.TagClassName
{
border-color: #252209;
}
</style>