Shades of Maire #080601
Tints of Maire #080601
RGB
CMYK
RGB Variations
Color information
#080601 (or 0x080601) is known color: Maire. HEX triplet: 08, 06 and 01. RGB value is (8,6,1). Sum of RGB (Red+Green+Blue) = 8+6+1=15 (1% of max value = 765). Red value is 8 (3.52% from 255 or 53.33% from 15); Green value is 6 (2.73% from 255 or 40% from 15); Blue value is 1 (0.78% from 255 or 6.67% from 15); Max value from RGB is 8 - color contains mainly: red. Hex color #080601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080601 is #F7F9FE. Grayscale: #060606. Windows color (decimal): -16251391 or 67080. OLE color: 67080.
HSL color Cylindrical-coordinate representation of color #080601: hue angle of 42.86º degrees, saturation: 0.78, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #080601 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 8 | 6 | 1 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.97 |
| HSL | 42.86º | 0.78% | 0.02% | - |
| HSV(B) | 42.86º | 0.88% | 0.03% | - |
| XYZ | 0.17 | 0.18 | 0.06 | - |
| YUV | 6.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 1 | 0 | 0.25 | 0.88 | 0.97 | 42.86 | 0.78 | 0.02 |
| Hex | 8 | 6 | 1 | 0 | 19 | 58 | 61 | 2B | 4E | 2 |
| Octal | 10 | 6 | 1 | 0 | 31 | 130 | 141 | 53 | 116 | 2 |
| Binary | 1000 | 110 | 1 | 0 | 11001 | 1011000 | 1100001 | 101011 | 1001110 | 10 |
Color Harmonies of #080601
Complementary color
Monochromatic Colors of #080601
Black with #080601
Text Example
Text Example
White with #080601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080601; }
p { color: rgb(8,6,1); }
H1.HeaderClassName
{
color: #080601;
}
.AnyTagClassName
{
color: #080601;
}
</style>
background-color css
<style>
a { background-color: #080601; }
a { background-color: rgb(8,6,1); }
div.DivClassName
{
background-color: #080601;
}
.BgClassName
{
background-color: #080601;
}
</style>
border-color css
<style>
span { border-color: #080601; }
span { border-color: rgb(8,6,1); }
td.TdClassName
{
border-color: #080601;
}
.TagClassName
{
border-color: #080601;
}
</style>