Shades of Maire #25220B
Tints of Maire #25220B
RGB
CMYK
RGB Variations
Color information
#25220B (or 0x25220B) is known color: Maire. HEX triplet: 25, 22 and 0B. RGB value is (37,34,11). Sum of RGB (Red+Green+Blue) = 37+34+11=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 34 (13.67% from 255 or 41.46% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #25220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25220B is #DADDF4. Grayscale: #202020. Windows color (decimal): -14343669 or 729637. OLE color: 729637.
HSL color Cylindrical-coordinate representation of color #25220B: hue angle of 53.08º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25220B is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 34 | 11 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.85 |
| HSL | 53.08º | 0.54% | 0.09% | - |
| HSV(B) | 53.08º | 0.7% | 0.15% | - |
| XYZ | 1.4 | 1.56 | 0.54 | - |
| YUV | 32.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 34 | 11 | 0 | 0.08 | 0.70 | 0.85 | 53.08 | 0.54 | 0.09 |
| Hex | 25 | 22 | B | 0 | 8 | 46 | 55 | 35 | 36 | 9 |
| Octal | 45 | 42 | 13 | 0 | 10 | 106 | 125 | 65 | 66 | 11 |
| Binary | 100101 | 100010 | 1011 | 0 | 1000 | 1000110 | 1010101 | 110101 | 110110 | 1001 |
Color Harmonies of #25220B
Complementary color
Monochromatic Colors of #25220B
Black with #25220B
Text Example
Text Example
White with #25220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25220B; }
p { color: rgb(37,34,11); }
H1.HeaderClassName
{
color: #25220B;
}
.AnyTagClassName
{
color: #25220B;
}
</style>
background-color css
<style>
a { background-color: #25220B; }
a { background-color: rgb(37,34,11); }
div.DivClassName
{
background-color: #25220B;
}
.BgClassName
{
background-color: #25220B;
}
</style>
border-color css
<style>
span { border-color: #25220B; }
span { border-color: rgb(37,34,11); }
td.TdClassName
{
border-color: #25220B;
}
.TagClassName
{
border-color: #25220B;
}
</style>