Shades of Temptress #34151D
Tints of Temptress #34151D
RGB
CMYK
RGB Variations
Color information
#34151D (or 0x34151D) is known color: Temptress. HEX triplet: 34, 15 and 1D. RGB value is (52,21,29). Sum of RGB (Red+Green+Blue) = 52+21+29=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #34151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34151D is #CBEAE2. Grayscale: #1F1F1F. Windows color (decimal): -13363939 or 1905972. OLE color: 1905972.
HSL color Cylindrical-coordinate representation of color #34151D: hue angle of 344.52º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34151D is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 21 | 29 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.80 |
| HSL | 344.52º | 0.42% | 0.14% | - |
| HSV(B) | 344.52º | 0.6% | 0.2% | - |
| XYZ | 1.91 | 1.36 | 1.32 | - |
| YUV | 31.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 21 | 29 | 0 | 0.60 | 0.44 | 0.80 | 344.52 | 0.42 | 0.14 |
| Hex | 34 | 15 | 1D | 0 | 3C | 2C | 50 | 159 | 2A | E |
| Octal | 64 | 25 | 35 | 0 | 74 | 54 | 120 | 531 | 52 | 16 |
| Binary | 110100 | 10101 | 11101 | 0 | 111100 | 101100 | 1010000 | 101011001 | 101010 | 1110 |
Color Harmonies of #34151D
Complementary color
Monochromatic Colors of #34151D
Black with #34151D
Text Example
Text Example
White with #34151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34151D; }
p { color: rgb(52,21,29); }
H1.HeaderClassName
{
color: #34151D;
}
.AnyTagClassName
{
color: #34151D;
}
</style>
background-color css
<style>
a { background-color: #34151D; }
a { background-color: rgb(52,21,29); }
div.DivClassName
{
background-color: #34151D;
}
.BgClassName
{
background-color: #34151D;
}
</style>
border-color css
<style>
span { border-color: #34151D; }
span { border-color: rgb(52,21,29); }
td.TdClassName
{
border-color: #34151D;
}
.TagClassName
{
border-color: #34151D;
}
</style>