Shades of Temptress #371D22
Tints of Temptress #371D22
RGB
CMYK
RGB Variations
Color information
#371D22 (or 0x371D22) is known color: Temptress. HEX triplet: 37, 1D and 22. RGB value is (55,29,34). Sum of RGB (Red+Green+Blue) = 55+29+34=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 55 - color contains mainly: red. Hex color #371D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D22 is #C8E2DD. Grayscale: #252525. Windows color (decimal): -13165278 or 2235703. OLE color: 2235703.
HSL color Cylindrical-coordinate representation of color #371D22: hue angle of 348.46º 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 #371D22 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 29 | 34 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.78 |
| HSL | 348.46º | 0.31% | 0.16% | - |
| HSV(B) | 348.46º | 0.47% | 0.22% | - |
| XYZ | 2.3 | 1.81 | 1.74 | - |
| YUV | 37.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 34 | 0 | 0.47 | 0.38 | 0.78 | 348.46 | 0.31 | 0.16 |
| Hex | 37 | 1D | 22 | 0 | 2F | 26 | 4E | 15C | 1F | 10 |
| Octal | 67 | 35 | 42 | 0 | 57 | 46 | 116 | 534 | 37 | 20 |
| Binary | 110111 | 11101 | 100010 | 0 | 101111 | 100110 | 1001110 | 101011100 | 11111 | 10000 |
Color Harmonies of #371D22
Complementary color
Monochromatic Colors of #371D22
Black with #371D22
Text Example
Text Example
White with #371D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D22; }
p { color: rgb(55,29,34); }
H1.HeaderClassName
{
color: #371D22;
}
.AnyTagClassName
{
color: #371D22;
}
</style>
background-color css
<style>
a { background-color: #371D22; }
a { background-color: rgb(55,29,34); }
div.DivClassName
{
background-color: #371D22;
}
.BgClassName
{
background-color: #371D22;
}
</style>
border-color css
<style>
span { border-color: #371D22; }
span { border-color: rgb(55,29,34); }
td.TdClassName
{
border-color: #371D22;
}
.TagClassName
{
border-color: #371D22;
}
</style>