Shades of Maire #19150E
Tints of Maire #19150E
RGB
CMYK
RGB Variations
Color information
#19150E (or 0x19150E) is known color: Maire. HEX triplet: 19, 15 and 0E. RGB value is (25,21,14). Sum of RGB (Red+Green+Blue) = 25+21+14=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 21 (8.59% from 255 or 35% from 60); Blue value is 14 (5.86% from 255 or 23.33% from 60); Max value from RGB is 25 - color contains mainly: red. Hex color #19150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19150E is #E6EAF1. Grayscale: #151515. Windows color (decimal): -15133426 or 922905. OLE color: 922905.
HSL color Cylindrical-coordinate representation of color #19150E: hue angle of 38.18º degrees, saturation: 0.28, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #19150E is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 21 | 14 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.90 |
| HSL | 38.18º | 0.28% | 0.08% | - |
| HSV(B) | 38.18º | 0.44% | 0.1% | - |
| XYZ | 0.75 | 0.77 | 0.53 | - |
| YUV | 21.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 14 | 0 | 0.16 | 0.44 | 0.90 | 38.18 | 0.28 | 0.08 |
| Hex | 19 | 15 | E | 0 | 10 | 2C | 5A | 26 | 1C | 8 |
| Octal | 31 | 25 | 16 | 0 | 20 | 54 | 132 | 46 | 34 | 10 |
| Binary | 11001 | 10101 | 1110 | 0 | 10000 | 101100 | 1011010 | 100110 | 11100 | 1000 |
Color Harmonies of #19150E
Complementary color
Monochromatic Colors of #19150E
Black with #19150E
Text Example
Text Example
White with #19150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19150E; }
p { color: rgb(25,21,14); }
H1.HeaderClassName
{
color: #19150E;
}
.AnyTagClassName
{
color: #19150E;
}
</style>
background-color css
<style>
a { background-color: #19150E; }
a { background-color: rgb(25,21,14); }
div.DivClassName
{
background-color: #19150E;
}
.BgClassName
{
background-color: #19150E;
}
</style>
border-color css
<style>
span { border-color: #19150E; }
span { border-color: rgb(25,21,14); }
td.TdClassName
{
border-color: #19150E;
}
.TagClassName
{
border-color: #19150E;
}
</style>