Shades of Maire #151204
Tints of Maire #151204
RGB
CMYK
RGB Variations
Color information
#151204 (or 0x151204) is known color: Maire. HEX triplet: 15, 12 and 04. RGB value is (21,18,4). Sum of RGB (Red+Green+Blue) = 21+18+4=43 (5% of max value = 765). Red value is 21 (8.59% from 255 or 48.84% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 4 (1.95% from 255 or 9.30% from 43); Max value from RGB is 21 - color contains mainly: red. Hex color #151204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151204 is #EAEDFB. Grayscale: #111111. Windows color (decimal): -15396348 or 266773. OLE color: 266773.
HSL color Cylindrical-coordinate representation of color #151204: hue angle of 49.41º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #151204 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 18 | 4 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.92 |
| HSL | 49.41º | 0.68% | 0.05% | - |
| HSV(B) | 49.41º | 0.81% | 0.08% | - |
| XYZ | 0.55 | 0.6 | 0.2 | - |
| YUV | 17.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 4 | 0 | 0.14 | 0.81 | 0.92 | 49.41 | 0.68 | 0.05 |
| Hex | 15 | 12 | 4 | 0 | E | 51 | 5C | 31 | 44 | 5 |
| Octal | 25 | 22 | 4 | 0 | 16 | 121 | 134 | 61 | 104 | 5 |
| Binary | 10101 | 10010 | 100 | 0 | 1110 | 1010001 | 1011100 | 110001 | 1000100 | 101 |
Color Harmonies of #151204
Complementary color
Monochromatic Colors of #151204
Black with #151204
Text Example
Text Example
White with #151204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151204; }
p { color: rgb(21,18,4); }
H1.HeaderClassName
{
color: #151204;
}
.AnyTagClassName
{
color: #151204;
}
</style>
background-color css
<style>
a { background-color: #151204; }
a { background-color: rgb(21,18,4); }
div.DivClassName
{
background-color: #151204;
}
.BgClassName
{
background-color: #151204;
}
</style>
border-color css
<style>
span { border-color: #151204; }
span { border-color: rgb(21,18,4); }
td.TdClassName
{
border-color: #151204;
}
.TagClassName
{
border-color: #151204;
}
</style>