Shades of Temptress #29141C
Tints of Temptress #29141C
RGB
CMYK
RGB Variations
Color information
#29141C (or 0x29141C) is known color: Temptress. HEX triplet: 29, 14 and 1C. RGB value is (41,20,28). Sum of RGB (Red+Green+Blue) = 41+20+28=89 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.07% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 41 - color contains mainly: red. Hex color #29141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29141C is #D6EBE3. Grayscale: #1B1B1B. Windows color (decimal): -14085092 or 1840169. OLE color: 1840169.
HSL color Cylindrical-coordinate representation of color #29141C: hue angle of 337.14º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #29141C is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 20 | 28 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.84 |
| HSL | 337.14º | 0.34% | 0.12% | - |
| HSV(B) | 337.14º | 0.51% | 0.16% | - |
| XYZ | 1.37 | 1.06 | 1.23 | - |
| YUV | 27.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 20 | 28 | 0 | 0.51 | 0.32 | 0.84 | 337.14 | 0.34 | 0.12 |
| Hex | 29 | 14 | 1C | 0 | 33 | 20 | 54 | 151 | 22 | C |
| Octal | 51 | 24 | 34 | 0 | 63 | 40 | 124 | 521 | 42 | 14 |
| Binary | 101001 | 10100 | 11100 | 0 | 110011 | 100000 | 1010100 | 101010001 | 100010 | 1100 |
Color Harmonies of #29141C
Complementary color
Monochromatic Colors of #29141C
Black with #29141C
Text Example
Text Example
White with #29141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29141C; }
p { color: rgb(41,20,28); }
H1.HeaderClassName
{
color: #29141C;
}
.AnyTagClassName
{
color: #29141C;
}
</style>
background-color css
<style>
a { background-color: #29141C; }
a { background-color: rgb(41,20,28); }
div.DivClassName
{
background-color: #29141C;
}
.BgClassName
{
background-color: #29141C;
}
</style>
border-color css
<style>
span { border-color: #29141C; }
span { border-color: rgb(41,20,28); }
td.TdClassName
{
border-color: #29141C;
}
.TagClassName
{
border-color: #29141C;
}
</style>