Shades of Maire #25230A
Tints of Maire #25230A
RGB
CMYK
RGB Variations
Color information
#25230A (or 0x25230A) is known color: Maire. HEX triplet: 25, 23 and 0A. RGB value is (37,35,10). Sum of RGB (Red+Green+Blue) = 37+35+10=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #25230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25230A is #DADCF5. Grayscale: #202020. Windows color (decimal): -14343414 or 664357. OLE color: 664357.
HSL color Cylindrical-coordinate representation of color #25230A: hue angle of 55.56º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25230A is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 35 | 10 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.85 |
| HSL | 55.56º | 0.57% | 0.09% | - |
| HSV(B) | 55.56º | 0.73% | 0.15% | - |
| XYZ | 1.42 | 1.62 | 0.52 | - |
| YUV | 32.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 35 | 10 | 0 | 0.05 | 0.73 | 0.85 | 55.56 | 0.57 | 0.09 |
| Hex | 25 | 23 | A | 0 | 5 | 49 | 55 | 38 | 39 | 9 |
| Octal | 45 | 43 | 12 | 0 | 5 | 111 | 125 | 70 | 71 | 11 |
| Binary | 100101 | 100011 | 1010 | 0 | 101 | 1001001 | 1010101 | 111000 | 111001 | 1001 |
Color Harmonies of #25230A
Complementary color
Monochromatic Colors of #25230A
Black with #25230A
Text Example
Text Example
White with #25230A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25230A; }
p { color: rgb(37,35,10); }
H1.HeaderClassName
{
color: #25230A;
}
.AnyTagClassName
{
color: #25230A;
}
</style>
background-color css
<style>
a { background-color: #25230A; }
a { background-color: rgb(37,35,10); }
div.DivClassName
{
background-color: #25230A;
}
.BgClassName
{
background-color: #25230A;
}
</style>
border-color css
<style>
span { border-color: #25230A; }
span { border-color: rgb(37,35,10); }
td.TdClassName
{
border-color: #25230A;
}
.TagClassName
{
border-color: #25230A;
}
</style>