Shades of Maire #090804
Tints of Maire #090804
RGB
CMYK
RGB Variations
Color information
#090804 (or 0x090804) is known color: Maire. HEX triplet: 09, 08 and 04. RGB value is (9,8,4). Sum of RGB (Red+Green+Blue) = 9+8+4=21 (2% of max value = 765). Red value is 9 (3.91% from 255 or 42.86% from 21); Green value is 8 (3.52% from 255 or 38.10% from 21); Blue value is 4 (1.95% from 255 or 19.05% from 21); Max value from RGB is 9 - color contains mainly: red. Hex color #090804 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090804 is #F6F7FB. Grayscale: #070707. Windows color (decimal): -16185340 or 264201. OLE color: 264201.
HSL color Cylindrical-coordinate representation of color #090804: hue angle of 48º degrees, saturation: 0.38, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #090804 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.96.
Color convert
RGB | 9 | 8 | 4 | - |
CMYK | 0 | 0.11 | 0.56 | 0.96 |
HSL | 48º | 0.38% | 0.03% | - |
HSV(B) | 48º | 0.56% | 0.04% | - |
XYZ | 0.22 | 0.24 | 0.15 | - |
YUV | 7.84 | 125.83 | 128.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 8 | 4 | 0 | 0.11 | 0.56 | 0.96 | 48 | 0.38 | 0.03 |
Hex | 9 | 8 | 4 | 0 | B | 38 | 60 | 30 | 26 | 3 |
Octal | 11 | 10 | 4 | 0 | 13 | 70 | 140 | 60 | 46 | 3 |
Binary | 1001 | 1000 | 100 | 0 | 1011 | 111000 | 1100000 | 110000 | 100110 | 11 |
Color Harmonies of #090804
Complementary color
Monochromatic Colors of #090804
Black with #090804
Text Example
Text Example
White with #090804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090804; }
p { color: rgb(9,8,4); }
H1.HeaderClassName
{
color: #090804;
}
.AnyTagClassName
{
color: #090804;
}
</style>
background-color css
<style>
a { background-color: #090804; }
a { background-color: rgb(9,8,4); }
div.DivClassName
{
background-color: #090804;
}
.BgClassName
{
background-color: #090804;
}
</style>
border-color css
<style>
span { border-color: #090804; }
span { border-color: rgb(9,8,4); }
td.TdClassName
{
border-color: #090804;
}
.TagClassName
{
border-color: #090804;
}
</style>