Shades of Maire #080703
Tints of Maire #080703
RGB
CMYK
RGB Variations
Color information
#080703 (or 0x080703) is known color: Maire. HEX triplet: 08, 07 and 03. RGB value is (8,7,3). Sum of RGB (Red+Green+Blue) = 8+7+3=18 (2% of max value = 765). Red value is 8 (3.52% from 255 or 44.44% from 18); Green value is 7 (3.12% from 255 or 38.89% from 18); Blue value is 3 (1.56% from 255 or 16.67% from 18); Max value from RGB is 8 - color contains mainly: red. Hex color #080703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080703 is #F7F8FC. Grayscale: #060606. Windows color (decimal): -16251133 or 198408. OLE color: 198408.
HSL color Cylindrical-coordinate representation of color #080703: hue angle of 48º degrees, saturation: 0.45, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #080703 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 8 | 7 | 3 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.97 |
| HSL | 48º | 0.45% | 0.02% | - |
| HSV(B) | 48º | 0.63% | 0.03% | - |
| XYZ | 0.19 | 0.21 | 0.12 | - |
| YUV | 6.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 3 | 0 | 0.13 | 0.63 | 0.97 | 48 | 0.45 | 0.02 |
| Hex | 8 | 7 | 3 | 0 | D | 3F | 61 | 30 | 2D | 2 |
| Octal | 10 | 7 | 3 | 0 | 15 | 77 | 141 | 60 | 55 | 2 |
| Binary | 1000 | 111 | 11 | 0 | 1101 | 111111 | 1100001 | 110000 | 101101 | 10 |
Color Harmonies of #080703
Complementary color
Monochromatic Colors of #080703
Black with #080703
Text Example
Text Example
White with #080703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080703; }
p { color: rgb(8,7,3); }
H1.HeaderClassName
{
color: #080703;
}
.AnyTagClassName
{
color: #080703;
}
</style>
background-color css
<style>
a { background-color: #080703; }
a { background-color: rgb(8,7,3); }
div.DivClassName
{
background-color: #080703;
}
.BgClassName
{
background-color: #080703;
}
</style>
border-color css
<style>
span { border-color: #080703; }
span { border-color: rgb(8,7,3); }
td.TdClassName
{
border-color: #080703;
}
.TagClassName
{
border-color: #080703;
}
</style>