Shades of Maire #282007
Tints of Maire #282007
RGB
CMYK
RGB Variations
Color information
#282007 (or 0x282007) is known color: Maire. HEX triplet: 28, 20 and 07. RGB value is (40,32,7). Sum of RGB (Red+Green+Blue) = 40+32+7=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 32 (12.89% from 255 or 40.51% from 79); Blue value is 7 (3.12% from 255 or 8.86% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #282007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282007 is #D7DFF8. Grayscale: #1F1F1F. Windows color (decimal): -14147577 or 466984. OLE color: 466984.
HSL color Cylindrical-coordinate representation of color #282007: hue angle of 45.45º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #282007 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 32 | 7 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.84 |
| HSL | 45.45º | 0.7% | 0.09% | - |
| HSV(B) | 45.45º | 0.83% | 0.16% | - |
| XYZ | 1.43 | 1.5 | 0.42 | - |
| YUV | 31.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 7 | 0 | 0.20 | 0.83 | 0.84 | 45.45 | 0.7 | 0.09 |
| Hex | 28 | 20 | 7 | 0 | 14 | 53 | 54 | 2D | 46 | 9 |
| Octal | 50 | 40 | 7 | 0 | 24 | 123 | 124 | 55 | 106 | 11 |
| Binary | 101000 | 100000 | 111 | 0 | 10100 | 1010011 | 1010100 | 101101 | 1000110 | 1001 |
Color Harmonies of #282007
Complementary color
Monochromatic Colors of #282007
Black with #282007
Text Example
Text Example
White with #282007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282007; }
p { color: rgb(40,32,7); }
H1.HeaderClassName
{
color: #282007;
}
.AnyTagClassName
{
color: #282007;
}
</style>
background-color css
<style>
a { background-color: #282007; }
a { background-color: rgb(40,32,7); }
div.DivClassName
{
background-color: #282007;
}
.BgClassName
{
background-color: #282007;
}
</style>
border-color css
<style>
span { border-color: #282007; }
span { border-color: rgb(40,32,7); }
td.TdClassName
{
border-color: #282007;
}
.TagClassName
{
border-color: #282007;
}
</style>