Shades of Maire #151205
Tints of Maire #151205
RGB
CMYK
RGB Variations
Color information
#151205 (or 0x151205) is known color: Maire. HEX triplet: 15, 12 and 05. RGB value is (21,18,5). Sum of RGB (Red+Green+Blue) = 21+18+5=44 (5% of max value = 765). Red value is 21 (8.59% from 255 or 47.73% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 5 (2.34% from 255 or 11.36% from 44); Max value from RGB is 21 - color contains mainly: red. Hex color #151205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151205 is #EAEDFA. Grayscale: #111111. Windows color (decimal): -15396347 or 332309. OLE color: 332309.
HSL color Cylindrical-coordinate representation of color #151205: hue angle of 48.75º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #151205 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 18 | 5 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.92 |
| HSL | 48.75º | 0.62% | 0.05% | - |
| HSV(B) | 48.75º | 0.76% | 0.08% | - |
| XYZ | 0.55 | 0.6 | 0.23 | - |
| YUV | 17.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 5 | 0 | 0.14 | 0.76 | 0.92 | 48.75 | 0.62 | 0.05 |
| Hex | 15 | 12 | 5 | 0 | E | 4C | 5C | 31 | 3E | 5 |
| Octal | 25 | 22 | 5 | 0 | 16 | 114 | 134 | 61 | 76 | 5 |
| Binary | 10101 | 10010 | 101 | 0 | 1110 | 1001100 | 1011100 | 110001 | 111110 | 101 |
Color Harmonies of #151205
Complementary color
Monochromatic Colors of #151205
Black with #151205
Text Example
Text Example
White with #151205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151205; }
p { color: rgb(21,18,5); }
H1.HeaderClassName
{
color: #151205;
}
.AnyTagClassName
{
color: #151205;
}
</style>
background-color css
<style>
a { background-color: #151205; }
a { background-color: rgb(21,18,5); }
div.DivClassName
{
background-color: #151205;
}
.BgClassName
{
background-color: #151205;
}
</style>
border-color css
<style>
span { border-color: #151205; }
span { border-color: rgb(21,18,5); }
td.TdClassName
{
border-color: #151205;
}
.TagClassName
{
border-color: #151205;
}
</style>