Shades of Maire #080700
Tints of Maire #080700
RGB
CMYK
RGB Variations
Color information
#080700 (or 0x080700) is known color: Maire. HEX triplet: 08, 07 and 00. RGB value is (8,7,0). Sum of RGB (Red+Green+Blue) = 8+7+0=15 (1% of max value = 765). Red value is 8 (3.52% from 255 or 53.33% from 15); Green value is 7 (3.12% from 255 or 46.67% from 15); Blue value is 0 (0.39% from 255 or 0% from 15); Max value from RGB is 8 - color contains mainly: red. Hex color #080700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080700 is #F7F8FF. Grayscale: #060606. Windows color (decimal): -16251136 or 1800. OLE color: 1800.
HSL color Cylindrical-coordinate representation of color #080700: hue angle of 52.5º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080700 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 8 | 7 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.97 |
| HSL | 52.5º | 1% | 0.02% | - |
| HSV(B) | 52.5º | 1% | 0.03% | - |
| XYZ | 0.18 | 0.2 | 0.03 | - |
| YUV | 6.5 | 124.33 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 0 | 0 | 0.13 | 1 | 0.97 | 52.5 | 1 | 0.02 |
| Hex | 8 | 7 | 0 | 0 | D | 64 | 61 | 34 | 64 | 2 |
| Octal | 10 | 7 | 0 | 0 | 15 | 144 | 141 | 64 | 144 | 2 |
| Binary | 1000 | 111 | 0 | 0 | 1101 | 1100100 | 1100001 | 110100 | 1100100 | 10 |
Color Harmonies of #080700
Complementary color
Monochromatic Colors of #080700
Black with #080700
Text Example
Text Example
White with #080700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080700; }
p { color: rgb(8,7,0); }
H1.HeaderClassName
{
color: #080700;
}
.AnyTagClassName
{
color: #080700;
}
</style>
background-color css
<style>
a { background-color: #080700; }
a { background-color: rgb(8,7,0); }
div.DivClassName
{
background-color: #080700;
}
.BgClassName
{
background-color: #080700;
}
</style>
border-color css
<style>
span { border-color: #080700; }
span { border-color: rgb(8,7,0); }
td.TdClassName
{
border-color: #080700;
}
.TagClassName
{
border-color: #080700;
}
</style>