Shades of Maire #131206
Tints of Maire #131206
RGB
CMYK
RGB Variations
Color information
#131206 (or 0x131206) is known color: Maire. HEX triplet: 13, 12 and 06. RGB value is (19,18,6). Sum of RGB (Red+Green+Blue) = 19+18+6=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 19 - color contains mainly: red. Hex color #131206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131206 is #ECEDF9. Grayscale: #101010. Windows color (decimal): -15527418 or 397843. OLE color: 397843.
HSL color Cylindrical-coordinate representation of color #131206: hue angle of 55.38º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #131206 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 18 | 6 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.93 |
| HSL | 55.38º | 0.52% | 0.05% | - |
| HSV(B) | 55.38º | 0.68% | 0.07% | - |
| XYZ | 0.52 | 0.58 | 0.26 | - |
| YUV | 16.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 18 | 6 | 0 | 0.05 | 0.68 | 0.93 | 55.38 | 0.52 | 0.05 |
| Hex | 13 | 12 | 6 | 0 | 5 | 44 | 5D | 37 | 34 | 5 |
| Octal | 23 | 22 | 6 | 0 | 5 | 104 | 135 | 67 | 64 | 5 |
| Binary | 10011 | 10010 | 110 | 0 | 101 | 1000100 | 1011101 | 110111 | 110100 | 101 |
Color Harmonies of #131206
Complementary color
Monochromatic Colors of #131206
Black with #131206
Text Example
Text Example
White with #131206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131206; }
p { color: rgb(19,18,6); }
H1.HeaderClassName
{
color: #131206;
}
.AnyTagClassName
{
color: #131206;
}
</style>
background-color css
<style>
a { background-color: #131206; }
a { background-color: rgb(19,18,6); }
div.DivClassName
{
background-color: #131206;
}
.BgClassName
{
background-color: #131206;
}
</style>
border-color css
<style>
span { border-color: #131206; }
span { border-color: rgb(19,18,6); }
td.TdClassName
{
border-color: #131206;
}
.TagClassName
{
border-color: #131206;
}
</style>