Shades of Maire #191600
Tints of Maire #191600
RGB
CMYK
RGB Variations
Color information
#191600 (or 0x191600) is known color: Maire. HEX triplet: 19, 16 and 00. RGB value is (25,22,0). Sum of RGB (Red+Green+Blue) = 25+22+0=47 (6% of max value = 765). Red value is 25 (10.16% from 255 or 53.19% from 47); Green value is 22 (8.98% from 255 or 46.81% from 47); Blue value is 0 (0.39% from 255 or 0% from 47); Max value from RGB is 25 - color contains mainly: red. Hex color #191600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191600 is #E6E9FF. Grayscale: #141414. Windows color (decimal): -15133184 or 5657. OLE color: 5657.
HSL color Cylindrical-coordinate representation of color #191600: hue angle of 52.8º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #191600 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 22 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.90 |
| HSL | 52.8º | 1% | 0.05% | - |
| HSV(B) | 52.8º | 1% | 0.1% | - |
| XYZ | 0.69 | 0.78 | 0.11 | - |
| YUV | 20.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 22 | 0 | 0 | 0.12 | 1 | 0.90 | 52.8 | 1 | 0.05 |
| Hex | 19 | 16 | 0 | 0 | C | 64 | 5A | 35 | 64 | 5 |
| Octal | 31 | 26 | 0 | 0 | 14 | 144 | 132 | 65 | 144 | 5 |
| Binary | 11001 | 10110 | 0 | 0 | 1100 | 1100100 | 1011010 | 110101 | 1100100 | 101 |
Color Harmonies of #191600
Complementary color
Monochromatic Colors of #191600
Black with #191600
Text Example
Text Example
White with #191600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191600; }
p { color: rgb(25,22,0); }
H1.HeaderClassName
{
color: #191600;
}
.AnyTagClassName
{
color: #191600;
}
</style>
background-color css
<style>
a { background-color: #191600; }
a { background-color: rgb(25,22,0); }
div.DivClassName
{
background-color: #191600;
}
.BgClassName
{
background-color: #191600;
}
</style>
border-color css
<style>
span { border-color: #191600; }
span { border-color: rgb(25,22,0); }
td.TdClassName
{
border-color: #191600;
}
.TagClassName
{
border-color: #191600;
}
</style>