Shades of Maire #16130A
Tints of Maire #16130A
RGB
CMYK
RGB Variations
Color information
#16130A (or 0x16130A) is known color: Maire. HEX triplet: 16, 13 and 0A. RGB value is (22,19,10). Sum of RGB (Red+Green+Blue) = 22+19+10=51 (6% of max value = 765). Red value is 22 (8.98% from 255 or 43.14% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 22 - color contains mainly: red. Hex color #16130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16130A is #E9ECF5. Grayscale: #121212. Windows color (decimal): -15330550 or 660246. OLE color: 660246.
HSL color Cylindrical-coordinate representation of color #16130A: hue angle of 45º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #16130A is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 19 | 10 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.91 |
| HSL | 45º | 0.38% | 0.06% | - |
| HSV(B) | 45º | 0.55% | 0.09% | - |
| XYZ | 0.62 | 0.66 | 0.38 | - |
| YUV | 18.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 10 | 0 | 0.14 | 0.55 | 0.91 | 45 | 0.38 | 0.06 |
| Hex | 16 | 13 | A | 0 | E | 37 | 5B | 2D | 26 | 6 |
| Octal | 26 | 23 | 12 | 0 | 16 | 67 | 133 | 55 | 46 | 6 |
| Binary | 10110 | 10011 | 1010 | 0 | 1110 | 110111 | 1011011 | 101101 | 100110 | 110 |
Color Harmonies of #16130A
Complementary color
Monochromatic Colors of #16130A
Black with #16130A
Text Example
Text Example
White with #16130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16130A; }
p { color: rgb(22,19,10); }
H1.HeaderClassName
{
color: #16130A;
}
.AnyTagClassName
{
color: #16130A;
}
</style>
background-color css
<style>
a { background-color: #16130A; }
a { background-color: rgb(22,19,10); }
div.DivClassName
{
background-color: #16130A;
}
.BgClassName
{
background-color: #16130A;
}
</style>
border-color css
<style>
span { border-color: #16130A; }
span { border-color: rgb(22,19,10); }
td.TdClassName
{
border-color: #16130A;
}
.TagClassName
{
border-color: #16130A;
}
</style>