Shades of Temptress #290F1A
Tints of Temptress #290F1A
RGB
CMYK
RGB Variations
Color information
#290F1A (or 0x290F1A) is known color: Temptress. HEX triplet: 29, 0F and 1A. RGB value is (41,15,26). Sum of RGB (Red+Green+Blue) = 41+15+26=82 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 41 - color contains mainly: red. Hex color #290F1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F1A is #D6F0E5. Grayscale: #181818. Windows color (decimal): -14086374 or 1707817. OLE color: 1707817.
HSL color Cylindrical-coordinate representation of color #290F1A: hue angle of 334.62º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #290F1A is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 15 | 26 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.84 |
| HSL | 334.62º | 0.46% | 0.11% | - |
| HSV(B) | 334.62º | 0.63% | 0.16% | - |
| XYZ | 1.27 | 0.89 | 1.08 | - |
| YUV | 24.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 26 | 0 | 0.63 | 0.37 | 0.84 | 334.62 | 0.46 | 0.11 |
| Hex | 29 | F | 1A | 0 | 3F | 25 | 54 | 14F | 2E | B |
| Octal | 51 | 17 | 32 | 0 | 77 | 45 | 124 | 517 | 56 | 13 |
| Binary | 101001 | 1111 | 11010 | 0 | 111111 | 100101 | 1010100 | 101001111 | 101110 | 1011 |
Color Harmonies of #290F1A
Complementary color
Monochromatic Colors of #290F1A
Black with #290F1A
Text Example
Text Example
White with #290F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290F1A; }
p { color: rgb(41,15,26); }
H1.HeaderClassName
{
color: #290F1A;
}
.AnyTagClassName
{
color: #290F1A;
}
</style>
background-color css
<style>
a { background-color: #290F1A; }
a { background-color: rgb(41,15,26); }
div.DivClassName
{
background-color: #290F1A;
}
.BgClassName
{
background-color: #290F1A;
}
</style>
border-color css
<style>
span { border-color: #290F1A; }
span { border-color: rgb(41,15,26); }
td.TdClassName
{
border-color: #290F1A;
}
.TagClassName
{
border-color: #290F1A;
}
</style>