Shades of Maire #28250C
Tints of Maire #28250C
RGB
CMYK
RGB Variations
Color information
#28250C (or 0x28250C) is known color: Maire. HEX triplet: 28, 25 and 0C. RGB value is (40,37,12). Sum of RGB (Red+Green+Blue) = 40+37+12=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 40 - color contains mainly: red. Hex color #28250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28250C is #D7DAF3. Grayscale: #232323. Windows color (decimal): -14146292 or 795944. OLE color: 795944.
HSL color Cylindrical-coordinate representation of color #28250C: hue angle of 53.57º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28250C is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 37 | 12 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.84 |
| HSL | 53.57º | 0.54% | 0.1% | - |
| HSV(B) | 53.57º | 0.7% | 0.16% | - |
| XYZ | 1.6 | 1.8 | 0.61 | - |
| YUV | 35.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 12 | 0 | 0.07 | 0.70 | 0.84 | 53.57 | 0.54 | 0.1 |
| Hex | 28 | 25 | C | 0 | 7 | 46 | 54 | 36 | 36 | A |
| Octal | 50 | 45 | 14 | 0 | 7 | 106 | 124 | 66 | 66 | 12 |
| Binary | 101000 | 100101 | 1100 | 0 | 111 | 1000110 | 1010100 | 110110 | 110110 | 1010 |
Color Harmonies of #28250C
Complementary color
Monochromatic Colors of #28250C
Black with #28250C
Text Example
Text Example
White with #28250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28250C; }
p { color: rgb(40,37,12); }
H1.HeaderClassName
{
color: #28250C;
}
.AnyTagClassName
{
color: #28250C;
}
</style>
background-color css
<style>
a { background-color: #28250C; }
a { background-color: rgb(40,37,12); }
div.DivClassName
{
background-color: #28250C;
}
.BgClassName
{
background-color: #28250C;
}
</style>
border-color css
<style>
span { border-color: #28250C; }
span { border-color: rgb(40,37,12); }
td.TdClassName
{
border-color: #28250C;
}
.TagClassName
{
border-color: #28250C;
}
</style>