Shades of Maire #28240A
Tints of Maire #28240A
RGB
CMYK
RGB Variations
Color information
#28240A (or 0x28240A) is known color: Maire. HEX triplet: 28, 24 and 0A. RGB value is (40,36,10). Sum of RGB (Red+Green+Blue) = 40+36+10=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 36 (14.45% from 255 or 41.86% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 40 - color contains mainly: red. Hex color #28240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28240A is #D7DBF5. Grayscale: #222222. Windows color (decimal): -14146550 or 664616. OLE color: 664616.
HSL color Cylindrical-coordinate representation of color #28240A: hue angle of 52º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28240A is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 36 | 10 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.84 |
| HSL | 52º | 0.6% | 0.1% | - |
| HSV(B) | 52º | 0.75% | 0.16% | - |
| XYZ | 1.56 | 1.73 | 0.54 | - |
| YUV | 34.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 10 | 0 | 0.10 | 0.75 | 0.84 | 52 | 0.6 | 0.1 |
| Hex | 28 | 24 | A | 0 | A | 4B | 54 | 34 | 3C | A |
| Octal | 50 | 44 | 12 | 0 | 12 | 113 | 124 | 64 | 74 | 12 |
| Binary | 101000 | 100100 | 1010 | 0 | 1010 | 1001011 | 1010100 | 110100 | 111100 | 1010 |
Color Harmonies of #28240A
Complementary color
Monochromatic Colors of #28240A
Black with #28240A
Text Example
Text Example
White with #28240A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28240A; }
p { color: rgb(40,36,10); }
H1.HeaderClassName
{
color: #28240A;
}
.AnyTagClassName
{
color: #28240A;
}
</style>
background-color css
<style>
a { background-color: #28240A; }
a { background-color: rgb(40,36,10); }
div.DivClassName
{
background-color: #28240A;
}
.BgClassName
{
background-color: #28240A;
}
</style>
border-color css
<style>
span { border-color: #28240A; }
span { border-color: rgb(40,36,10); }
td.TdClassName
{
border-color: #28240A;
}
.TagClassName
{
border-color: #28240A;
}
</style>