Shades of Maire #090701
Tints of Maire #090701
RGB
CMYK
RGB Variations
Color information
#090701 (or 0x090701) is known color: Maire. HEX triplet: 09, 07 and 01. RGB value is (9,7,1). Sum of RGB (Red+Green+Blue) = 9+7+1=17 (2% of max value = 765). Red value is 9 (3.91% from 255 or 52.94% from 17); Green value is 7 (3.12% from 255 or 41.18% from 17); Blue value is 1 (0.78% from 255 or 5.88% from 17); Max value from RGB is 9 - color contains mainly: red. Hex color #090701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090701 is #F6F8FE. Grayscale: #060606. Windows color (decimal): -16185599 or 67337. OLE color: 67337.
HSL color Cylindrical-coordinate representation of color #090701: hue angle of 45º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #090701 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 9 | 7 | 1 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.96 |
| HSL | 45º | 0.8% | 0.02% | - |
| HSV(B) | 45º | 0.89% | 0.04% | - |
| XYZ | 0.19 | 0.21 | 0.06 | - |
| YUV | 6.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 7 | 1 | 0 | 0.22 | 0.89 | 0.96 | 45 | 0.8 | 0.02 |
| Hex | 9 | 7 | 1 | 0 | 16 | 59 | 60 | 2D | 50 | 2 |
| Octal | 11 | 7 | 1 | 0 | 26 | 131 | 140 | 55 | 120 | 2 |
| Binary | 1001 | 111 | 1 | 0 | 10110 | 1011001 | 1100000 | 101101 | 1010000 | 10 |
Color Harmonies of #090701
Complementary color
Monochromatic Colors of #090701
Black with #090701
Text Example
Text Example
White with #090701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090701; }
p { color: rgb(9,7,1); }
H1.HeaderClassName
{
color: #090701;
}
.AnyTagClassName
{
color: #090701;
}
</style>
background-color css
<style>
a { background-color: #090701; }
a { background-color: rgb(9,7,1); }
div.DivClassName
{
background-color: #090701;
}
.BgClassName
{
background-color: #090701;
}
</style>
border-color css
<style>
span { border-color: #090701; }
span { border-color: rgb(9,7,1); }
td.TdClassName
{
border-color: #090701;
}
.TagClassName
{
border-color: #090701;
}
</style>