Shades of Maire #25200B
Tints of Maire #25200B
RGB
CMYK
RGB Variations
Color information
#25200B (or 0x25200B) is known color: Maire. HEX triplet: 25, 20 and 0B. RGB value is (37,32,11). Sum of RGB (Red+Green+Blue) = 37+32+11=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 32 (12.89% from 255 or 40% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #25200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25200B is #DADFF4. Grayscale: #1F1F1F. Windows color (decimal): -14344181 or 729125. OLE color: 729125.
HSL color Cylindrical-coordinate representation of color #25200B: hue angle of 48.46º 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 #25200B is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 32 | 11 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.85 |
| HSL | 48.46º | 0.54% | 0.09% | - |
| HSV(B) | 48.46º | 0.7% | 0.15% | - |
| XYZ | 1.34 | 1.45 | 0.53 | - |
| YUV | 31.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 11 | 0 | 0.14 | 0.70 | 0.85 | 48.46 | 0.54 | 0.09 |
| Hex | 25 | 20 | B | 0 | E | 46 | 55 | 30 | 36 | 9 |
| Octal | 45 | 40 | 13 | 0 | 16 | 106 | 125 | 60 | 66 | 11 |
| Binary | 100101 | 100000 | 1011 | 0 | 1110 | 1000110 | 1010101 | 110000 | 110110 | 1001 |
Color Harmonies of #25200B
Complementary color
Monochromatic Colors of #25200B
Black with #25200B
Text Example
Text Example
White with #25200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25200B; }
p { color: rgb(37,32,11); }
H1.HeaderClassName
{
color: #25200B;
}
.AnyTagClassName
{
color: #25200B;
}
</style>
background-color css
<style>
a { background-color: #25200B; }
a { background-color: rgb(37,32,11); }
div.DivClassName
{
background-color: #25200B;
}
.BgClassName
{
background-color: #25200B;
}
</style>
border-color css
<style>
span { border-color: #25200B; }
span { border-color: rgb(37,32,11); }
td.TdClassName
{
border-color: #25200B;
}
.TagClassName
{
border-color: #25200B;
}
</style>