Shades of Temptress #29121A
Tints of Temptress #29121A
RGB
CMYK
RGB Variations
Color information
#29121A (or 0x29121A) is known color: Temptress. HEX triplet: 29, 12 and 1A. RGB value is (41,18,26). Sum of RGB (Red+Green+Blue) = 41+18+26=85 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.24% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 41 - color contains mainly: red. Hex color #29121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29121A is #D6EDE5. Grayscale: #191919. Windows color (decimal): -14085606 or 1708585. OLE color: 1708585.
HSL color Cylindrical-coordinate representation of color #29121A: hue angle of 339.13º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29121A is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 18 | 26 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.84 |
| HSL | 339.13º | 0.39% | 0.12% | - |
| HSV(B) | 339.13º | 0.56% | 0.16% | - |
| XYZ | 1.32 | 0.98 | 1.1 | - |
| YUV | 25.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 26 | 0 | 0.56 | 0.37 | 0.84 | 339.13 | 0.39 | 0.12 |
| Hex | 29 | 12 | 1A | 0 | 38 | 25 | 54 | 153 | 27 | C |
| Octal | 51 | 22 | 32 | 0 | 70 | 45 | 124 | 523 | 47 | 14 |
| Binary | 101001 | 10010 | 11010 | 0 | 111000 | 100101 | 1010100 | 101010011 | 100111 | 1100 |
Color Harmonies of #29121A
Complementary color
Monochromatic Colors of #29121A
Black with #29121A
Text Example
Text Example
White with #29121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29121A; }
p { color: rgb(41,18,26); }
H1.HeaderClassName
{
color: #29121A;
}
.AnyTagClassName
{
color: #29121A;
}
</style>
background-color css
<style>
a { background-color: #29121A; }
a { background-color: rgb(41,18,26); }
div.DivClassName
{
background-color: #29121A;
}
.BgClassName
{
background-color: #29121A;
}
</style>
border-color css
<style>
span { border-color: #29121A; }
span { border-color: rgb(41,18,26); }
td.TdClassName
{
border-color: #29121A;
}
.TagClassName
{
border-color: #29121A;
}
</style>