Shades of Temptress #3D151F
Tints of Temptress #3D151F
RGB
CMYK
RGB Variations
Color information
#3D151F (or 0x3D151F) is known color: Temptress. HEX triplet: 3D, 15 and 1F. RGB value is (61,21,31). Sum of RGB (Red+Green+Blue) = 61+21+31=113 (14% of max value = 765). Red value is 61 (24.22% from 255 or 53.98% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 61 - color contains mainly: red. Hex color #3D151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D151F is #C2EAE0. Grayscale: #222222. Windows color (decimal): -12774113 or 2037053. OLE color: 2037053.
HSL color Cylindrical-coordinate representation of color #3D151F: hue angle of 345º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D151F is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 21 | 31 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.76 |
| HSL | 345º | 0.49% | 0.16% | - |
| HSV(B) | 345º | 0.66% | 0.24% | - |
| XYZ | 2.44 | 1.63 | 1.48 | - |
| YUV | 34.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 31 | 0 | 0.66 | 0.49 | 0.76 | 345 | 0.49 | 0.16 |
| Hex | 3D | 15 | 1F | 0 | 42 | 31 | 4C | 159 | 31 | 10 |
| Octal | 75 | 25 | 37 | 0 | 102 | 61 | 114 | 531 | 61 | 20 |
| Binary | 111101 | 10101 | 11111 | 0 | 1000010 | 110001 | 1001100 | 101011001 | 110001 | 10000 |
Color Harmonies of #3D151F
Complementary color
Monochromatic Colors of #3D151F
Black with #3D151F
Text Example
Text Example
White with #3D151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D151F; }
p { color: rgb(61,21,31); }
H1.HeaderClassName
{
color: #3D151F;
}
.AnyTagClassName
{
color: #3D151F;
}
</style>
background-color css
<style>
a { background-color: #3D151F; }
a { background-color: rgb(61,21,31); }
div.DivClassName
{
background-color: #3D151F;
}
.BgClassName
{
background-color: #3D151F;
}
</style>
border-color css
<style>
span { border-color: #3D151F; }
span { border-color: rgb(61,21,31); }
td.TdClassName
{
border-color: #3D151F;
}
.TagClassName
{
border-color: #3D151F;
}
</style>