Shades of Maire #100D07
Tints of Maire #100D07
RGB
CMYK
RGB Variations
Color information
#100D07 (or 0x100D07) is known color: Maire. HEX triplet: 10, 0D and 07. RGB value is (16,13,7). Sum of RGB (Red+Green+Blue) = 16+13+7=36 (4% of max value = 765). Red value is 16 (6.64% from 255 or 44.44% from 36); Green value is 13 (5.47% from 255 or 36.11% from 36); Blue value is 7 (3.12% from 255 or 19.44% from 36); Max value from RGB is 16 - color contains mainly: red. Hex color #100D07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100D07 is #EFF2F8. Grayscale: #0D0D0D. Windows color (decimal): -15725305 or 462096. OLE color: 462096.
HSL color Cylindrical-coordinate representation of color #100D07: hue angle of 40º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #100D07 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 13 | 7 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.94 |
| HSL | 40º | 0.39% | 0.05% | - |
| HSV(B) | 40º | 0.56% | 0.06% | - |
| XYZ | 0.4 | 0.41 | 0.26 | - |
| YUV | 13.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 7 | 0 | 0.19 | 0.56 | 0.94 | 40 | 0.39 | 0.05 |
| Hex | 10 | D | 7 | 0 | 13 | 38 | 5E | 28 | 27 | 5 |
| Octal | 20 | 15 | 7 | 0 | 23 | 70 | 136 | 50 | 47 | 5 |
| Binary | 10000 | 1101 | 111 | 0 | 10011 | 111000 | 1011110 | 101000 | 100111 | 101 |
Color Harmonies of #100D07
Complementary color
Monochromatic Colors of #100D07
Black with #100D07
Text Example
Text Example
White with #100D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D07; }
p { color: rgb(16,13,7); }
H1.HeaderClassName
{
color: #100D07;
}
.AnyTagClassName
{
color: #100D07;
}
</style>
background-color css
<style>
a { background-color: #100D07; }
a { background-color: rgb(16,13,7); }
div.DivClassName
{
background-color: #100D07;
}
.BgClassName
{
background-color: #100D07;
}
</style>
border-color css
<style>
span { border-color: #100D07; }
span { border-color: rgb(16,13,7); }
td.TdClassName
{
border-color: #100D07;
}
.TagClassName
{
border-color: #100D07;
}
</style>