Shades of Maire #0A0904
Tints of Maire #0A0904
RGB
CMYK
RGB Variations
Color information
#0A0904 (or 0x0A0904) is known color: Maire. HEX triplet: 0A, 09 and 04. RGB value is (10,9,4). Sum of RGB (Red+Green+Blue) = 10+9+4=23 (3% of max value = 765). Red value is 10 (4.30% from 255 or 43.48% from 23); Green value is 9 (3.91% from 255 or 39.13% from 23); Blue value is 4 (1.95% from 255 or 17.39% from 23); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0904 is #F5F6FB. Grayscale: #080808. Windows color (decimal): -16119548 or 264458. OLE color: 264458.
HSL color Cylindrical-coordinate representation of color #0A0904: hue angle of 50º degrees, saturation: 0.43, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0A0904 is Cyan = 0, Magento = 0.10, Yellow = 0.6 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 9 | 4 | - |
| CMYK | 0 | 0.10 | 0.6 | 0.96 |
| HSL | 50º | 0.43% | 0.03% | - |
| HSV(B) | 50º | 0.6% | 0.04% | - |
| XYZ | 0.24 | 0.27 | 0.15 | - |
| YUV | 8.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 9 | 4 | 0 | 0.10 | 0.6 | 0.96 | 50 | 0.43 | 0.03 |
| Hex | A | 9 | 4 | 0 | A | 3C | 60 | 32 | 2B | 3 |
| Octal | 12 | 11 | 4 | 0 | 12 | 74 | 140 | 62 | 53 | 3 |
| Binary | 1010 | 1001 | 100 | 0 | 1010 | 111100 | 1100000 | 110010 | 101011 | 11 |
Color Harmonies of #0A0904
Complementary color
Monochromatic Colors of #0A0904
Black with #0A0904
Text Example
Text Example
White with #0A0904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0904; }
p { color: rgb(10,9,4); }
H1.HeaderClassName
{
color: #0A0904;
}
.AnyTagClassName
{
color: #0A0904;
}
</style>
background-color css
<style>
a { background-color: #0A0904; }
a { background-color: rgb(10,9,4); }
div.DivClassName
{
background-color: #0A0904;
}
.BgClassName
{
background-color: #0A0904;
}
</style>
border-color css
<style>
span { border-color: #0A0904; }
span { border-color: rgb(10,9,4); }
td.TdClassName
{
border-color: #0A0904;
}
.TagClassName
{
border-color: #0A0904;
}
</style>