Shades of Maire #28240E
Tints of Maire #28240E
RGB
CMYK
RGB Variations
Color information
#28240E (or 0x28240E) is known color: Maire. HEX triplet: 28, 24 and 0E. RGB value is (40,36,14). Sum of RGB (Red+Green+Blue) = 40+36+14=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #28240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28240E is #D7DBF1. Grayscale: #222222. Windows color (decimal): -14146546 or 926760. OLE color: 926760.
HSL color Cylindrical-coordinate representation of color #28240E: hue angle of 50.77º 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 #28240E is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 36 | 14 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.84 |
| HSL | 50.77º | 0.48% | 0.11% | - |
| HSV(B) | 50.77º | 0.65% | 0.16% | - |
| XYZ | 1.59 | 1.74 | 0.67 | - |
| YUV | 34.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 14 | 0 | 0.10 | 0.65 | 0.84 | 50.77 | 0.48 | 0.11 |
| Hex | 28 | 24 | E | 0 | A | 41 | 54 | 33 | 30 | B |
| Octal | 50 | 44 | 16 | 0 | 12 | 101 | 124 | 63 | 60 | 13 |
| Binary | 101000 | 100100 | 1110 | 0 | 1010 | 1000001 | 1010100 | 110011 | 110000 | 1011 |
Color Harmonies of #28240E
Complementary color
Monochromatic Colors of #28240E
Black with #28240E
Text Example
Text Example
White with #28240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28240E; }
p { color: rgb(40,36,14); }
H1.HeaderClassName
{
color: #28240E;
}
.AnyTagClassName
{
color: #28240E;
}
</style>
background-color css
<style>
a { background-color: #28240E; }
a { background-color: rgb(40,36,14); }
div.DivClassName
{
background-color: #28240E;
}
.BgClassName
{
background-color: #28240E;
}
</style>
border-color css
<style>
span { border-color: #28240E; }
span { border-color: rgb(40,36,14); }
td.TdClassName
{
border-color: #28240E;
}
.TagClassName
{
border-color: #28240E;
}
</style>