Shades of Maire #070602
Tints of Maire #070602
RGB
CMYK
RGB Variations
Color information
#070602 (or 0x070602) is known color: Maire. HEX triplet: 07, 06 and 02. RGB value is (7,6,2). Sum of RGB (Red+Green+Blue) = 7+6+2=15 (1% of max value = 765). Red value is 7 (3.12% from 255 or 46.67% from 15); Green value is 6 (2.73% from 255 or 40% from 15); Blue value is 2 (1.17% from 255 or 13.33% from 15); Max value from RGB is 7 - color contains mainly: red. Hex color #070602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070602 is #F8F9FD. Grayscale: #050505. Windows color (decimal): -16316926 or 132615. OLE color: 132615.
HSL color Cylindrical-coordinate representation of color #070602: hue angle of 48º degrees, saturation: 0.56, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #070602 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 7 | 6 | 2 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.97 |
| HSL | 48º | 0.56% | 0.02% | - |
| HSV(B) | 48º | 0.71% | 0.03% | - |
| XYZ | 0.16 | 0.18 | 0.08 | - |
| YUV | 5.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 2 | 0 | 0.14 | 0.71 | 0.97 | 48 | 0.56 | 0.02 |
| Hex | 7 | 6 | 2 | 0 | E | 47 | 61 | 30 | 38 | 2 |
| Octal | 7 | 6 | 2 | 0 | 16 | 107 | 141 | 60 | 70 | 2 |
| Binary | 111 | 110 | 10 | 0 | 1110 | 1000111 | 1100001 | 110000 | 111000 | 10 |
Color Harmonies of #070602
Complementary color
Monochromatic Colors of #070602
Black with #070602
Text Example
Text Example
White with #070602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070602; }
p { color: rgb(7,6,2); }
H1.HeaderClassName
{
color: #070602;
}
.AnyTagClassName
{
color: #070602;
}
</style>
background-color css
<style>
a { background-color: #070602; }
a { background-color: rgb(7,6,2); }
div.DivClassName
{
background-color: #070602;
}
.BgClassName
{
background-color: #070602;
}
</style>
border-color css
<style>
span { border-color: #070602; }
span { border-color: rgb(7,6,2); }
td.TdClassName
{
border-color: #070602;
}
.TagClassName
{
border-color: #070602;
}
</style>