Shades of Temptress #371E21
Tints of Temptress #371E21
RGB
CMYK
RGB Variations
Color information
#371E21 (or 0x371E21) is known color: Temptress. HEX triplet: 37, 1E and 21. RGB value is (55,30,33). Sum of RGB (Red+Green+Blue) = 55+30+33=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 55 - color contains mainly: red. Hex color #371E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E21 is #C8E1DE. Grayscale: #252525. Windows color (decimal): -13165023 or 2170423. OLE color: 2170423.
HSL color Cylindrical-coordinate representation of color #371E21: hue angle of 352.8º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #371E21 is Cyan = 0, Magento = 0.45, Yellow = 0.4 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 30 | 33 | - |
| CMYK | 0 | 0.45 | 0.4 | 0.78 |
| HSL | 352.8º | 0.29% | 0.17% | - |
| HSV(B) | 352.8º | 0.45% | 0.22% | - |
| XYZ | 2.31 | 1.85 | 1.67 | - |
| YUV | 37.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 33 | 0 | 0.45 | 0.4 | 0.78 | 352.8 | 0.29 | 0.17 |
| Hex | 37 | 1E | 21 | 0 | 2D | 28 | 4E | 161 | 1D | 11 |
| Octal | 67 | 36 | 41 | 0 | 55 | 50 | 116 | 541 | 35 | 21 |
| Binary | 110111 | 11110 | 100001 | 0 | 101101 | 101000 | 1001110 | 101100001 | 11101 | 10001 |
Color Harmonies of #371E21
Complementary color
Monochromatic Colors of #371E21
Black with #371E21
Text Example
Text Example
White with #371E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371E21; }
p { color: rgb(55,30,33); }
H1.HeaderClassName
{
color: #371E21;
}
.AnyTagClassName
{
color: #371E21;
}
</style>
background-color css
<style>
a { background-color: #371E21; }
a { background-color: rgb(55,30,33); }
div.DivClassName
{
background-color: #371E21;
}
.BgClassName
{
background-color: #371E21;
}
</style>
border-color css
<style>
span { border-color: #371E21; }
span { border-color: rgb(55,30,33); }
td.TdClassName
{
border-color: #371E21;
}
.TagClassName
{
border-color: #371E21;
}
</style>