Shades of Maire #282009
Tints of Maire #282009
RGB
CMYK
RGB Variations
Color information
#282009 (or 0x282009) is known color: Maire. HEX triplet: 28, 20 and 09. RGB value is (40,32,9). Sum of RGB (Red+Green+Blue) = 40+32+9=81 (10% of max value = 765). Red value is 40 (16.02% from 255 or 49.38% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 40 - color contains mainly: red. Hex color #282009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282009 is #D7DFF6. Grayscale: #1F1F1F. Windows color (decimal): -14147575 or 598056. OLE color: 598056.
HSL color Cylindrical-coordinate representation of color #282009: hue angle of 44.52º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #282009 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 32 | 9 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.84 |
| HSL | 44.52º | 0.63% | 0.1% | - |
| HSV(B) | 44.52º | 0.78% | 0.16% | - |
| XYZ | 1.44 | 1.5 | 0.47 | - |
| YUV | 31.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 9 | 0 | 0.20 | 0.78 | 0.84 | 44.52 | 0.63 | 0.1 |
| Hex | 28 | 20 | 9 | 0 | 14 | 4E | 54 | 2D | 3F | A |
| Octal | 50 | 40 | 11 | 0 | 24 | 116 | 124 | 55 | 77 | 12 |
| Binary | 101000 | 100000 | 1001 | 0 | 10100 | 1001110 | 1010100 | 101101 | 111111 | 1010 |
Color Harmonies of #282009
Complementary color
Monochromatic Colors of #282009
Black with #282009
Text Example
Text Example
White with #282009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282009; }
p { color: rgb(40,32,9); }
H1.HeaderClassName
{
color: #282009;
}
.AnyTagClassName
{
color: #282009;
}
</style>
background-color css
<style>
a { background-color: #282009; }
a { background-color: rgb(40,32,9); }
div.DivClassName
{
background-color: #282009;
}
.BgClassName
{
background-color: #282009;
}
</style>
border-color css
<style>
span { border-color: #282009; }
span { border-color: rgb(40,32,9); }
td.TdClassName
{
border-color: #282009;
}
.TagClassName
{
border-color: #282009;
}
</style>