Shades of Maire #15160A
Tints of Maire #15160A
RGB
CMYK
RGB Variations
Color information
#15160A (or 0x15160A) is known color: Maire. HEX triplet: 15, 16 and 0A. RGB value is (21,22,10). Sum of RGB (Red+Green+Blue) = 21+22+10=53 (7% of max value = 765). Red value is 21 (8.59% from 255 or 39.62% from 53); Green value is 22 (8.98% from 255 or 41.51% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 22 - color contains mainly: green. Hex color #15160A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15160A is #EAE9F5. Grayscale: #141414. Windows color (decimal): -15395318 or 661013. OLE color: 661013.
HSL color Cylindrical-coordinate representation of color #15160A: hue angle of 65º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #15160A is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 21 | 22 | 10 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.91 |
| HSL | 65º | 0.38% | 0.06% | - |
| HSV(B) | 65º | 0.55% | 0.09% | - |
| XYZ | 0.65 | 0.76 | 0.4 | - |
| YUV | 20.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 22 | 10 | 0.05 | 0 | 0.55 | 0.91 | 65 | 0.38 | 0.06 |
| Hex | 15 | 16 | A | 5 | 0 | 37 | 5B | 41 | 26 | 6 |
| Octal | 25 | 26 | 12 | 5 | 0 | 67 | 133 | 101 | 46 | 6 |
| Binary | 10101 | 10110 | 1010 | 101 | 0 | 110111 | 1011011 | 1000001 | 100110 | 110 |
Color Harmonies of #15160A
Complementary color
Monochromatic Colors of #15160A
Black with #15160A
Text Example
Text Example
White with #15160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15160A; }
p { color: rgb(21,22,10); }
H1.HeaderClassName
{
color: #15160A;
}
.AnyTagClassName
{
color: #15160A;
}
</style>
background-color css
<style>
a { background-color: #15160A; }
a { background-color: rgb(21,22,10); }
div.DivClassName
{
background-color: #15160A;
}
.BgClassName
{
background-color: #15160A;
}
</style>
border-color css
<style>
span { border-color: #15160A; }
span { border-color: rgb(21,22,10); }
td.TdClassName
{
border-color: #15160A;
}
.TagClassName
{
border-color: #15160A;
}
</style>