Shades of Temptress #371D25
Tints of Temptress #371D25
RGB
CMYK
RGB Variations
Color information
#371D25 (or 0x371D25) is known color: Temptress. HEX triplet: 37, 1D and 25. RGB value is (55,29,37). Sum of RGB (Red+Green+Blue) = 55+29+37=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #371D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D25 is #C8E2DA. Grayscale: #252525. Windows color (decimal): -13165275 or 2432311. OLE color: 2432311.
HSL color Cylindrical-coordinate representation of color #371D25: hue angle of 341.54º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #371D25 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 29 | 37 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.78 |
| HSL | 341.54º | 0.31% | 0.16% | - |
| HSV(B) | 341.54º | 0.47% | 0.22% | - |
| XYZ | 2.35 | 1.82 | 1.98 | - |
| YUV | 37.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 37 | 0 | 0.47 | 0.33 | 0.78 | 341.54 | 0.31 | 0.16 |
| Hex | 37 | 1D | 25 | 0 | 2F | 21 | 4E | 156 | 1F | 10 |
| Octal | 67 | 35 | 45 | 0 | 57 | 41 | 116 | 526 | 37 | 20 |
| Binary | 110111 | 11101 | 100101 | 0 | 101111 | 100001 | 1001110 | 101010110 | 11111 | 10000 |
Color Harmonies of #371D25
Complementary color
Monochromatic Colors of #371D25
Black with #371D25
Text Example
Text Example
White with #371D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D25; }
p { color: rgb(55,29,37); }
H1.HeaderClassName
{
color: #371D25;
}
.AnyTagClassName
{
color: #371D25;
}
</style>
background-color css
<style>
a { background-color: #371D25; }
a { background-color: rgb(55,29,37); }
div.DivClassName
{
background-color: #371D25;
}
.BgClassName
{
background-color: #371D25;
}
</style>
border-color css
<style>
span { border-color: #371D25; }
span { border-color: rgb(55,29,37); }
td.TdClassName
{
border-color: #371D25;
}
.TagClassName
{
border-color: #371D25;
}
</style>