Shades of Maire #28250E
Tints of Maire #28250E
RGB
CMYK
RGB Variations
Color information
#28250E (or 0x28250E) is known color: Maire. HEX triplet: 28, 25 and 0E. RGB value is (40,37,14). Sum of RGB (Red+Green+Blue) = 40+37+14=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 40 - color contains mainly: red. Hex color #28250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28250E is #D7DAF1. Grayscale: #232323. Windows color (decimal): -14146290 or 927016. OLE color: 927016.
HSL color Cylindrical-coordinate representation of color #28250E: hue angle of 53.08º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28250E is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 37 | 14 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.84 |
| HSL | 53.08º | 0.48% | 0.11% | - |
| HSV(B) | 53.08º | 0.65% | 0.16% | - |
| XYZ | 1.62 | 1.81 | 0.68 | - |
| YUV | 35.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 14 | 0 | 0.07 | 0.65 | 0.84 | 53.08 | 0.48 | 0.11 |
| Hex | 28 | 25 | E | 0 | 7 | 41 | 54 | 35 | 30 | B |
| Octal | 50 | 45 | 16 | 0 | 7 | 101 | 124 | 65 | 60 | 13 |
| Binary | 101000 | 100101 | 1110 | 0 | 111 | 1000001 | 1010100 | 110101 | 110000 | 1011 |
Color Harmonies of #28250E
Complementary color
Monochromatic Colors of #28250E
Black with #28250E
Text Example
Text Example
White with #28250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28250E; }
p { color: rgb(40,37,14); }
H1.HeaderClassName
{
color: #28250E;
}
.AnyTagClassName
{
color: #28250E;
}
</style>
background-color css
<style>
a { background-color: #28250E; }
a { background-color: rgb(40,37,14); }
div.DivClassName
{
background-color: #28250E;
}
.BgClassName
{
background-color: #28250E;
}
</style>
border-color css
<style>
span { border-color: #28250E; }
span { border-color: rgb(40,37,14); }
td.TdClassName
{
border-color: #28250E;
}
.TagClassName
{
border-color: #28250E;
}
</style>