Shades of Maire #0A0902
Tints of Maire #0A0902
RGB
CMYK
RGB Variations
Color information
#0A0902 (or 0x0A0902) is known color: Maire. HEX triplet: 0A, 09 and 02. RGB value is (10,9,2). Sum of RGB (Red+Green+Blue) = 10+9+2=21 (2% of max value = 765). Red value is 10 (4.30% from 255 or 47.62% from 21); Green value is 9 (3.91% from 255 or 42.86% from 21); Blue value is 2 (1.17% from 255 or 9.52% from 21); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0902 is #F5F6FD. Grayscale: #080808. Windows color (decimal): -16119550 or 133386. OLE color: 133386.
HSL color Cylindrical-coordinate representation of color #0A0902: hue angle of 52.5º degrees, saturation: 0.67, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A0902 is Cyan = 0, Magento = 0.10, Yellow = 0.8 and Black (K on CMYK) = 0.96.
Color convert
RGB | 10 | 9 | 2 | - |
CMYK | 0 | 0.10 | 0.8 | 0.96 |
HSL | 52.5º | 0.67% | 0.02% | - |
HSV(B) | 52.5º | 0.8% | 0.04% | - |
XYZ | 0.23 | 0.26 | 0.1 | - |
YUV | 8.5 | 124.33 | 129.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 9 | 2 | 0 | 0.10 | 0.8 | 0.96 | 52.5 | 0.67 | 0.02 |
Hex | A | 9 | 2 | 0 | A | 50 | 60 | 34 | 43 | 2 |
Octal | 12 | 11 | 2 | 0 | 12 | 120 | 140 | 64 | 103 | 2 |
Binary | 1010 | 1001 | 10 | 0 | 1010 | 1010000 | 1100000 | 110100 | 1000011 | 10 |
Color Harmonies of #0A0902
Complementary color
Monochromatic Colors of #0A0902
Black with #0A0902
Text Example
Text Example
White with #0A0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0902; }
p { color: rgb(10,9,2); }
H1.HeaderClassName
{
color: #0A0902;
}
.AnyTagClassName
{
color: #0A0902;
}
</style>
background-color css
<style>
a { background-color: #0A0902; }
a { background-color: rgb(10,9,2); }
div.DivClassName
{
background-color: #0A0902;
}
.BgClassName
{
background-color: #0A0902;
}
</style>
border-color css
<style>
span { border-color: #0A0902; }
span { border-color: rgb(10,9,2); }
td.TdClassName
{
border-color: #0A0902;
}
.TagClassName
{
border-color: #0A0902;
}
</style>