Shades of Maire #282613
Tints of Maire #282613
RGB
CMYK
RGB Variations
Color information
#282613 (or 0x282613) is known color: Maire. HEX triplet: 28, 26 and 13. RGB value is (40,38,19). Sum of RGB (Red+Green+Blue) = 40+38+19=97 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.24% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 40 - color contains mainly: red. Hex color #282613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282613 is #D7D9EC. Grayscale: #242424. Windows color (decimal): -14146029 or 1254952. OLE color: 1254952.
HSL color Cylindrical-coordinate representation of color #282613: hue angle of 54.29º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #282613 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 38 | 19 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.84 |
| HSL | 54.29º | 0.36% | 0.12% | - |
| HSV(B) | 54.29º | 0.53% | 0.16% | - |
| XYZ | 1.69 | 1.88 | 0.89 | - |
| YUV | 36.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 19 | 0 | 0.05 | 0.52 | 0.84 | 54.29 | 0.36 | 0.12 |
| Hex | 28 | 26 | 13 | 0 | 5 | 34 | 54 | 36 | 24 | C |
| Octal | 50 | 46 | 23 | 0 | 5 | 64 | 124 | 66 | 44 | 14 |
| Binary | 101000 | 100110 | 10011 | 0 | 101 | 110100 | 1010100 | 110110 | 100100 | 1100 |
Color Harmonies of #282613
Complementary color
Monochromatic Colors of #282613
Black with #282613
Text Example
Text Example
White with #282613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282613; }
p { color: rgb(40,38,19); }
H1.HeaderClassName
{
color: #282613;
}
.AnyTagClassName
{
color: #282613;
}
</style>
background-color css
<style>
a { background-color: #282613; }
a { background-color: rgb(40,38,19); }
div.DivClassName
{
background-color: #282613;
}
.BgClassName
{
background-color: #282613;
}
</style>
border-color css
<style>
span { border-color: #282613; }
span { border-color: rgb(40,38,19); }
td.TdClassName
{
border-color: #282613;
}
.TagClassName
{
border-color: #282613;
}
</style>