Shades of Maire #19170A
Tints of Maire #19170A
RGB
CMYK
RGB Variations
Color information
#19170A (or 0x19170A) is known color: Maire. HEX triplet: 19, 17 and 0A. RGB value is (25,23,10). Sum of RGB (Red+Green+Blue) = 25+23+10=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 25 - color contains mainly: red. Hex color #19170A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19170A is #E6E8F5. Grayscale: #161616. Windows color (decimal): -15132918 or 661273. OLE color: 661273.
HSL color Cylindrical-coordinate representation of color #19170A: hue angle of 52º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19170A is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 23 | 10 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.90 |
| HSL | 52º | 0.43% | 0.07% | - |
| HSV(B) | 52º | 0.6% | 0.1% | - |
| XYZ | 0.76 | 0.84 | 0.41 | - |
| YUV | 22.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 10 | 0 | 0.08 | 0.60 | 0.90 | 52 | 0.43 | 0.07 |
| Hex | 19 | 17 | A | 0 | 8 | 3C | 5A | 34 | 2B | 7 |
| Octal | 31 | 27 | 12 | 0 | 10 | 74 | 132 | 64 | 53 | 7 |
| Binary | 11001 | 10111 | 1010 | 0 | 1000 | 111100 | 1011010 | 110100 | 101011 | 111 |
Color Harmonies of #19170A
Complementary color
Monochromatic Colors of #19170A
Black with #19170A
Text Example
Text Example
White with #19170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19170A; }
p { color: rgb(25,23,10); }
H1.HeaderClassName
{
color: #19170A;
}
.AnyTagClassName
{
color: #19170A;
}
</style>
background-color css
<style>
a { background-color: #19170A; }
a { background-color: rgb(25,23,10); }
div.DivClassName
{
background-color: #19170A;
}
.BgClassName
{
background-color: #19170A;
}
</style>
border-color css
<style>
span { border-color: #19170A; }
span { border-color: rgb(25,23,10); }
td.TdClassName
{
border-color: #19170A;
}
.TagClassName
{
border-color: #19170A;
}
</style>