Shades of Maire #282615
Tints of Maire #282615
RGB
CMYK
RGB Variations
Color information
#282615 (or 0x282615) is known color: Maire. HEX triplet: 28, 26 and 15. RGB value is (40,38,21). Sum of RGB (Red+Green+Blue) = 40+38+21=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 38 (15.23% from 255 or 38.38% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 40 - color contains mainly: red. Hex color #282615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282615 is #D7D9EA. Grayscale: #242424. Windows color (decimal): -14146027 or 1386024. OLE color: 1386024.
HSL color Cylindrical-coordinate representation of color #282615: hue angle of 53.68º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #282615 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 38 | 21 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.84 |
| HSL | 53.68º | 0.31% | 0.12% | - |
| HSV(B) | 53.68º | 0.48% | 0.16% | - |
| XYZ | 1.7 | 1.89 | 0.98 | - |
| YUV | 36.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 21 | 0 | 0.05 | 0.48 | 0.84 | 53.68 | 0.31 | 0.12 |
| Hex | 28 | 26 | 15 | 0 | 5 | 30 | 54 | 36 | 1F | C |
| Octal | 50 | 46 | 25 | 0 | 5 | 60 | 124 | 66 | 37 | 14 |
| Binary | 101000 | 100110 | 10101 | 0 | 101 | 110000 | 1010100 | 110110 | 11111 | 1100 |
Color Harmonies of #282615
Complementary color
Monochromatic Colors of #282615
Black with #282615
Text Example
Text Example
White with #282615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282615; }
p { color: rgb(40,38,21); }
H1.HeaderClassName
{
color: #282615;
}
.AnyTagClassName
{
color: #282615;
}
</style>
background-color css
<style>
a { background-color: #282615; }
a { background-color: rgb(40,38,21); }
div.DivClassName
{
background-color: #282615;
}
.BgClassName
{
background-color: #282615;
}
</style>
border-color css
<style>
span { border-color: #282615; }
span { border-color: rgb(40,38,21); }
td.TdClassName
{
border-color: #282615;
}
.TagClassName
{
border-color: #282615;
}
</style>