Shades of Maire #15130D
Tints of Maire #15130D
RGB
CMYK
RGB Variations
Color information
#15130D (or 0x15130D) is known color: Maire. HEX triplet: 15, 13 and 0D. RGB value is (21,19,13). Sum of RGB (Red+Green+Blue) = 21+19+13=53 (7% of max value = 765). Red value is 21 (8.59% from 255 or 39.62% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 21 - color contains mainly: red. Hex color #15130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15130D is #EAECF2. Grayscale: #121212. Windows color (decimal): -15396083 or 856853. OLE color: 856853.
HSL color Cylindrical-coordinate representation of color #15130D: hue angle of 45º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #15130D is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 19 | 13 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.92 |
| HSL | 45º | 0.24% | 0.07% | - |
| HSV(B) | 45º | 0.38% | 0.08% | - |
| XYZ | 0.61 | 0.65 | 0.47 | - |
| YUV | 18.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 19 | 13 | 0 | 0.10 | 0.38 | 0.92 | 45 | 0.24 | 0.07 |
| Hex | 15 | 13 | D | 0 | A | 26 | 5C | 2D | 18 | 7 |
| Octal | 25 | 23 | 15 | 0 | 12 | 46 | 134 | 55 | 30 | 7 |
| Binary | 10101 | 10011 | 1101 | 0 | 1010 | 100110 | 1011100 | 101101 | 11000 | 111 |
Color Harmonies of #15130D
Complementary color
Monochromatic Colors of #15130D
Black with #15130D
Text Example
Text Example
White with #15130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15130D; }
p { color: rgb(21,19,13); }
H1.HeaderClassName
{
color: #15130D;
}
.AnyTagClassName
{
color: #15130D;
}
</style>
background-color css
<style>
a { background-color: #15130D; }
a { background-color: rgb(21,19,13); }
div.DivClassName
{
background-color: #15130D;
}
.BgClassName
{
background-color: #15130D;
}
</style>
border-color css
<style>
span { border-color: #15130D; }
span { border-color: rgb(21,19,13); }
td.TdClassName
{
border-color: #15130D;
}
.TagClassName
{
border-color: #15130D;
}
</style>