Shades of Maire #070600
Tints of Maire #070600
RGB
CMYK
RGB Variations
Color information
#070600 (or 0x070600) is known color: Maire. HEX triplet: 07, 06 and 00. RGB value is (7,6,0). Sum of RGB (Red+Green+Blue) = 7+6+0=13 (1% of max value = 765). Red value is 7 (3.12% from 255 or 53.85% from 13); Green value is 6 (2.73% from 255 or 46.15% from 13); Blue value is 0 (0.39% from 255 or 0% from 13); Max value from RGB is 7 - color contains mainly: red. Hex color #070600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070600 is #F8F9FF. Grayscale: #050505. Windows color (decimal): -16316928 or 1543. OLE color: 1543.
HSL color Cylindrical-coordinate representation of color #070600: hue angle of 51.43º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070600 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 7 | 6 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.97 |
| HSL | 51.43º | 1% | 0.01% | - |
| HSV(B) | 51.43º | 1% | 0.03% | - |
| XYZ | 0.15 | 0.18 | 0.03 | - |
| YUV | 5.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 0 | 0 | 0.14 | 1 | 0.97 | 51.43 | 1 | 0.01 |
| Hex | 7 | 6 | 0 | 0 | E | 64 | 61 | 33 | 64 | 1 |
| Octal | 7 | 6 | 0 | 0 | 16 | 144 | 141 | 63 | 144 | 1 |
| Binary | 111 | 110 | 0 | 0 | 1110 | 1100100 | 1100001 | 110011 | 1100100 | 1 |
Color Harmonies of #070600
Complementary color
Monochromatic Colors of #070600
Black with #070600
Text Example
Text Example
White with #070600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070600; }
p { color: rgb(7,6,0); }
H1.HeaderClassName
{
color: #070600;
}
.AnyTagClassName
{
color: #070600;
}
</style>
background-color css
<style>
a { background-color: #070600; }
a { background-color: rgb(7,6,0); }
div.DivClassName
{
background-color: #070600;
}
.BgClassName
{
background-color: #070600;
}
</style>
border-color css
<style>
span { border-color: #070600; }
span { border-color: rgb(7,6,0); }
td.TdClassName
{
border-color: #070600;
}
.TagClassName
{
border-color: #070600;
}
</style>