Shades of Maire #19170D
Tints of Maire #19170D
RGB
CMYK
RGB Variations
Color information
#19170D (or 0x19170D) is known color: Maire. HEX triplet: 19, 17 and 0D. RGB value is (25,23,13). Sum of RGB (Red+Green+Blue) = 25+23+13=61 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.98% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 25 - color contains mainly: red. Hex color #19170D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19170D is #E6E8F2. Grayscale: #161616. Windows color (decimal): -15132915 or 857881. OLE color: 857881.
HSL color Cylindrical-coordinate representation of color #19170D: hue angle of 50º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #19170D is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 23 | 13 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.90 |
| HSL | 50º | 0.32% | 0.07% | - |
| HSV(B) | 50º | 0.48% | 0.1% | - |
| XYZ | 0.78 | 0.85 | 0.5 | - |
| YUV | 22.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 13 | 0 | 0.08 | 0.48 | 0.90 | 50 | 0.32 | 0.07 |
| Hex | 19 | 17 | D | 0 | 8 | 30 | 5A | 32 | 20 | 7 |
| Octal | 31 | 27 | 15 | 0 | 10 | 60 | 132 | 62 | 40 | 7 |
| Binary | 11001 | 10111 | 1101 | 0 | 1000 | 110000 | 1011010 | 110010 | 100000 | 111 |
Color Harmonies of #19170D
Complementary color
Monochromatic Colors of #19170D
Black with #19170D
Text Example
Text Example
White with #19170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19170D; }
p { color: rgb(25,23,13); }
H1.HeaderClassName
{
color: #19170D;
}
.AnyTagClassName
{
color: #19170D;
}
</style>
background-color css
<style>
a { background-color: #19170D; }
a { background-color: rgb(25,23,13); }
div.DivClassName
{
background-color: #19170D;
}
.BgClassName
{
background-color: #19170D;
}
</style>
border-color css
<style>
span { border-color: #19170D; }
span { border-color: rgb(25,23,13); }
td.TdClassName
{
border-color: #19170D;
}
.TagClassName
{
border-color: #19170D;
}
</style>