Shades of Maire #100F0A
Tints of Maire #100F0A
RGB
CMYK
RGB Variations
Color information
#100F0A (or 0x100F0A) is known color: Maire. HEX triplet: 10, 0F and 0A. RGB value is (16,15,10). Sum of RGB (Red+Green+Blue) = 16+15+10=41 (5% of max value = 765). Red value is 16 (6.64% from 255 or 39.02% from 41); Green value is 15 (6.25% from 255 or 36.59% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 16 - color contains mainly: red. Hex color #100F0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F0A is #EFF0F5. Grayscale: #0E0E0E. Windows color (decimal): -15724790 or 659216. OLE color: 659216.
HSL color Cylindrical-coordinate representation of color #100F0A: hue angle of 50º degrees, saturation: 0.23, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #100F0A is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 15 | 10 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.94 |
| HSL | 50º | 0.23% | 0.05% | - |
| HSV(B) | 50º | 0.38% | 0.06% | - |
| XYZ | 0.44 | 0.47 | 0.36 | - |
| YUV | 14.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 10 | 0 | 0.06 | 0.37 | 0.94 | 50 | 0.23 | 0.05 |
| Hex | 10 | F | A | 0 | 6 | 25 | 5E | 32 | 17 | 5 |
| Octal | 20 | 17 | 12 | 0 | 6 | 45 | 136 | 62 | 27 | 5 |
| Binary | 10000 | 1111 | 1010 | 0 | 110 | 100101 | 1011110 | 110010 | 10111 | 101 |
Color Harmonies of #100F0A
Complementary color
Monochromatic Colors of #100F0A
Black with #100F0A
Text Example
Text Example
White with #100F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F0A; }
p { color: rgb(16,15,10); }
H1.HeaderClassName
{
color: #100F0A;
}
.AnyTagClassName
{
color: #100F0A;
}
</style>
background-color css
<style>
a { background-color: #100F0A; }
a { background-color: rgb(16,15,10); }
div.DivClassName
{
background-color: #100F0A;
}
.BgClassName
{
background-color: #100F0A;
}
</style>
border-color css
<style>
span { border-color: #100F0A; }
span { border-color: rgb(16,15,10); }
td.TdClassName
{
border-color: #100F0A;
}
.TagClassName
{
border-color: #100F0A;
}
</style>