Shades of Temptress #31151D
Tints of Temptress #31151D
RGB
CMYK
RGB Variations
Color information
#31151D (or 0x31151D) is known color: Temptress. HEX triplet: 31, 15 and 1D. RGB value is (49,21,29). Sum of RGB (Red+Green+Blue) = 49+21+29=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #31151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31151D is #CEEAE2. Grayscale: #1E1E1E. Windows color (decimal): -13560547 or 1905969. OLE color: 1905969.
HSL color Cylindrical-coordinate representation of color #31151D: hue angle of 342.86º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31151D is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 21 | 29 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.81 |
| HSL | 342.86º | 0.4% | 0.14% | - |
| HSV(B) | 342.86º | 0.57% | 0.19% | - |
| XYZ | 1.76 | 1.28 | 1.32 | - |
| YUV | 30.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 21 | 29 | 0 | 0.57 | 0.41 | 0.81 | 342.86 | 0.4 | 0.14 |
| Hex | 31 | 15 | 1D | 0 | 39 | 29 | 51 | 157 | 28 | E |
| Octal | 61 | 25 | 35 | 0 | 71 | 51 | 121 | 527 | 50 | 16 |
| Binary | 110001 | 10101 | 11101 | 0 | 111001 | 101001 | 1010001 | 101010111 | 101000 | 1110 |
Color Harmonies of #31151D
Complementary color
Monochromatic Colors of #31151D
Black with #31151D
Text Example
Text Example
White with #31151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31151D; }
p { color: rgb(49,21,29); }
H1.HeaderClassName
{
color: #31151D;
}
.AnyTagClassName
{
color: #31151D;
}
</style>
background-color css
<style>
a { background-color: #31151D; }
a { background-color: rgb(49,21,29); }
div.DivClassName
{
background-color: #31151D;
}
.BgClassName
{
background-color: #31151D;
}
</style>
border-color css
<style>
span { border-color: #31151D; }
span { border-color: rgb(49,21,29); }
td.TdClassName
{
border-color: #31151D;
}
.TagClassName
{
border-color: #31151D;
}
</style>