Shades of Maire #141206
Tints of Maire #141206
RGB
CMYK
RGB Variations
Color information
#141206 (or 0x141206) is known color: Maire. HEX triplet: 14, 12 and 06. RGB value is (20,18,6). Sum of RGB (Red+Green+Blue) = 20+18+6=44 (5% of max value = 765). Red value is 20 (8.20% from 255 or 45.45% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 6 (2.73% from 255 or 13.64% from 44); Max value from RGB is 20 - color contains mainly: red. Hex color #141206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141206 is #EBEDF9. Grayscale: #111111. Windows color (decimal): -15461882 or 397844. OLE color: 397844.
HSL color Cylindrical-coordinate representation of color #141206: hue angle of 51.43º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #141206 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 18 | 6 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.92 |
| HSL | 51.43º | 0.54% | 0.05% | - |
| HSV(B) | 51.43º | 0.7% | 0.08% | - |
| XYZ | 0.54 | 0.59 | 0.26 | - |
| YUV | 17.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 18 | 6 | 0 | 0.10 | 0.70 | 0.92 | 51.43 | 0.54 | 0.05 |
| Hex | 14 | 12 | 6 | 0 | A | 46 | 5C | 33 | 36 | 5 |
| Octal | 24 | 22 | 6 | 0 | 12 | 106 | 134 | 63 | 66 | 5 |
| Binary | 10100 | 10010 | 110 | 0 | 1010 | 1000110 | 1011100 | 110011 | 110110 | 101 |
Color Harmonies of #141206
Complementary color
Monochromatic Colors of #141206
Black with #141206
Text Example
Text Example
White with #141206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141206; }
p { color: rgb(20,18,6); }
H1.HeaderClassName
{
color: #141206;
}
.AnyTagClassName
{
color: #141206;
}
</style>
background-color css
<style>
a { background-color: #141206; }
a { background-color: rgb(20,18,6); }
div.DivClassName
{
background-color: #141206;
}
.BgClassName
{
background-color: #141206;
}
</style>
border-color css
<style>
span { border-color: #141206; }
span { border-color: rgb(20,18,6); }
td.TdClassName
{
border-color: #141206;
}
.TagClassName
{
border-color: #141206;
}
</style>