Shades of Maire #17150C
Tints of Maire #17150C
RGB
CMYK
RGB Variations
Color information
#17150C (or 0x17150C) is known color: Maire. HEX triplet: 17, 15 and 0C. RGB value is (23,21,12). Sum of RGB (Red+Green+Blue) = 23+21+12=56 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.07% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 23 - color contains mainly: red. Hex color #17150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17150C is #E8EAF3. Grayscale: #141414. Windows color (decimal): -15264500 or 791831. OLE color: 791831.
HSL color Cylindrical-coordinate representation of color #17150C: hue angle of 49.09º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #17150C is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 21 | 12 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.91 |
| HSL | 49.09º | 0.31% | 0.07% | - |
| HSV(B) | 49.09º | 0.48% | 0.09% | - |
| XYZ | 0.69 | 0.75 | 0.46 | - |
| YUV | 20.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 12 | 0 | 0.09 | 0.48 | 0.91 | 49.09 | 0.31 | 0.07 |
| Hex | 17 | 15 | C | 0 | 9 | 30 | 5B | 31 | 1F | 7 |
| Octal | 27 | 25 | 14 | 0 | 11 | 60 | 133 | 61 | 37 | 7 |
| Binary | 10111 | 10101 | 1100 | 0 | 1001 | 110000 | 1011011 | 110001 | 11111 | 111 |
Color Harmonies of #17150C
Complementary color
Monochromatic Colors of #17150C
Black with #17150C
Text Example
Text Example
White with #17150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17150C; }
p { color: rgb(23,21,12); }
H1.HeaderClassName
{
color: #17150C;
}
.AnyTagClassName
{
color: #17150C;
}
</style>
background-color css
<style>
a { background-color: #17150C; }
a { background-color: rgb(23,21,12); }
div.DivClassName
{
background-color: #17150C;
}
.BgClassName
{
background-color: #17150C;
}
</style>
border-color css
<style>
span { border-color: #17150C; }
span { border-color: rgb(23,21,12); }
td.TdClassName
{
border-color: #17150C;
}
.TagClassName
{
border-color: #17150C;
}
</style>