Shades of Maire #28250D
Tints of Maire #28250D
RGB
CMYK
RGB Variations
Color information
#28250D (or 0x28250D) is known color: Maire. HEX triplet: 28, 25 and 0D. RGB value is (40,37,13). Sum of RGB (Red+Green+Blue) = 40+37+13=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #28250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28250D is #D7DAF2. Grayscale: #232323. Windows color (decimal): -14146291 or 861480. OLE color: 861480.
HSL color Cylindrical-coordinate representation of color #28250D: hue angle of 53.33º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28250D is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 37 | 13 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.84 |
| HSL | 53.33º | 0.51% | 0.1% | - |
| HSV(B) | 53.33º | 0.68% | 0.16% | - |
| XYZ | 1.61 | 1.8 | 0.64 | - |
| YUV | 35.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 13 | 0 | 0.07 | 0.67 | 0.84 | 53.33 | 0.51 | 0.1 |
| Hex | 28 | 25 | D | 0 | 7 | 43 | 54 | 35 | 33 | A |
| Octal | 50 | 45 | 15 | 0 | 7 | 103 | 124 | 65 | 63 | 12 |
| Binary | 101000 | 100101 | 1101 | 0 | 111 | 1000011 | 1010100 | 110101 | 110011 | 1010 |
Color Harmonies of #28250D
Complementary color
Monochromatic Colors of #28250D
Black with #28250D
Text Example
Text Example
White with #28250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28250D; }
p { color: rgb(40,37,13); }
H1.HeaderClassName
{
color: #28250D;
}
.AnyTagClassName
{
color: #28250D;
}
</style>
background-color css
<style>
a { background-color: #28250D; }
a { background-color: rgb(40,37,13); }
div.DivClassName
{
background-color: #28250D;
}
.BgClassName
{
background-color: #28250D;
}
</style>
border-color css
<style>
span { border-color: #28250D; }
span { border-color: rgb(40,37,13); }
td.TdClassName
{
border-color: #28250D;
}
.TagClassName
{
border-color: #28250D;
}
</style>