Shades of Maire #282506
Tints of Maire #282506
RGB
CMYK
RGB Variations
Color information
#282506 (or 0x282506) is known color: Maire. HEX triplet: 28, 25 and 06. RGB value is (40,37,6). Sum of RGB (Red+Green+Blue) = 40+37+6=83 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.19% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 6 (2.73% from 255 or 7.23% from 83); Max value from RGB is 40 - color contains mainly: red. Hex color #282506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282506 is #D7DAF9. Grayscale: #222222. Windows color (decimal): -14146298 or 402728. OLE color: 402728.
HSL color Cylindrical-coordinate representation of color #282506: hue angle of 54.71º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #282506 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 37 | 6 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.84 |
| HSL | 54.71º | 0.74% | 0.09% | - |
| HSV(B) | 54.71º | 0.85% | 0.16% | - |
| XYZ | 1.57 | 1.79 | 0.43 | - |
| YUV | 34.36 | 111.99 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 6 | 0 | 0.07 | 0.85 | 0.84 | 54.71 | 0.74 | 0.09 |
| Hex | 28 | 25 | 6 | 0 | 7 | 55 | 54 | 37 | 4A | 9 |
| Octal | 50 | 45 | 6 | 0 | 7 | 125 | 124 | 67 | 112 | 11 |
| Binary | 101000 | 100101 | 110 | 0 | 111 | 1010101 | 1010100 | 110111 | 1001010 | 1001 |
Color Harmonies of #282506
Complementary color
Monochromatic Colors of #282506
Black with #282506
Text Example
Text Example
White with #282506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282506; }
p { color: rgb(40,37,6); }
H1.HeaderClassName
{
color: #282506;
}
.AnyTagClassName
{
color: #282506;
}
</style>
background-color css
<style>
a { background-color: #282506; }
a { background-color: rgb(40,37,6); }
div.DivClassName
{
background-color: #282506;
}
.BgClassName
{
background-color: #282506;
}
</style>
border-color css
<style>
span { border-color: #282506; }
span { border-color: rgb(40,37,6); }
td.TdClassName
{
border-color: #282506;
}
.TagClassName
{
border-color: #282506;
}
</style>