Shades of Temptress #29171C
Tints of Temptress #29171C
RGB
CMYK
RGB Variations
Color information
#29171C (or 0x29171C) is known color: Temptress. HEX triplet: 29, 17 and 1C. RGB value is (41,23,28). Sum of RGB (Red+Green+Blue) = 41+23+28=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 41 - color contains mainly: red. Hex color #29171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29171C is #D6E8E3. Grayscale: #1C1C1C. Windows color (decimal): -14084324 or 1840937. OLE color: 1840937.
HSL color Cylindrical-coordinate representation of color #29171C: hue angle of 343.33º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #29171C is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 23 | 28 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.84 |
| HSL | 343.33º | 0.28% | 0.13% | - |
| HSV(B) | 343.33º | 0.44% | 0.16% | - |
| XYZ | 1.43 | 1.17 | 1.25 | - |
| YUV | 28.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 23 | 28 | 0 | 0.44 | 0.32 | 0.84 | 343.33 | 0.28 | 0.13 |
| Hex | 29 | 17 | 1C | 0 | 2C | 20 | 54 | 157 | 1C | D |
| Octal | 51 | 27 | 34 | 0 | 54 | 40 | 124 | 527 | 34 | 15 |
| Binary | 101001 | 10111 | 11100 | 0 | 101100 | 100000 | 1010100 | 101010111 | 11100 | 1101 |
Color Harmonies of #29171C
Complementary color
Monochromatic Colors of #29171C
Black with #29171C
Text Example
Text Example
White with #29171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29171C; }
p { color: rgb(41,23,28); }
H1.HeaderClassName
{
color: #29171C;
}
.AnyTagClassName
{
color: #29171C;
}
</style>
background-color css
<style>
a { background-color: #29171C; }
a { background-color: rgb(41,23,28); }
div.DivClassName
{
background-color: #29171C;
}
.BgClassName
{
background-color: #29171C;
}
</style>
border-color css
<style>
span { border-color: #29171C; }
span { border-color: rgb(41,23,28); }
td.TdClassName
{
border-color: #29171C;
}
.TagClassName
{
border-color: #29171C;
}
</style>