Shades of Temptress #37141F
Tints of Temptress #37141F
RGB
CMYK
RGB Variations
Color information
#37141F (or 0x37141F) is known color: Temptress. HEX triplet: 37, 14 and 1F. RGB value is (55,20,31). Sum of RGB (Red+Green+Blue) = 55+20+31=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #37141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37141F is #C8EBE0. Grayscale: #1F1F1F. Windows color (decimal): -13167585 or 2036791. OLE color: 2036791.
HSL color Cylindrical-coordinate representation of color #37141F: hue angle of 341.14º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37141F is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 20 | 31 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.78 |
| HSL | 341.14º | 0.47% | 0.15% | - |
| HSV(B) | 341.14º | 0.64% | 0.22% | - |
| XYZ | 2.07 | 1.41 | 1.46 | - |
| YUV | 31.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 20 | 31 | 0 | 0.64 | 0.44 | 0.78 | 341.14 | 0.47 | 0.15 |
| Hex | 37 | 14 | 1F | 0 | 40 | 2C | 4E | 155 | 2F | F |
| Octal | 67 | 24 | 37 | 0 | 100 | 54 | 116 | 525 | 57 | 17 |
| Binary | 110111 | 10100 | 11111 | 0 | 1000000 | 101100 | 1001110 | 101010101 | 101111 | 1111 |
Color Harmonies of #37141F
Complementary color
Monochromatic Colors of #37141F
Black with #37141F
Text Example
Text Example
White with #37141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37141F; }
p { color: rgb(55,20,31); }
H1.HeaderClassName
{
color: #37141F;
}
.AnyTagClassName
{
color: #37141F;
}
</style>
background-color css
<style>
a { background-color: #37141F; }
a { background-color: rgb(55,20,31); }
div.DivClassName
{
background-color: #37141F;
}
.BgClassName
{
background-color: #37141F;
}
</style>
border-color css
<style>
span { border-color: #37141F; }
span { border-color: rgb(55,20,31); }
td.TdClassName
{
border-color: #37141F;
}
.TagClassName
{
border-color: #37141F;
}
</style>