Shades of Temptress #37141E
Tints of Temptress #37141E
RGB
CMYK
RGB Variations
Color information
#37141E (or 0x37141E) is known color: Temptress. HEX triplet: 37, 14 and 1E. RGB value is (55,20,30). Sum of RGB (Red+Green+Blue) = 55+20+30=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #37141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37141E is #C8EBE1. Grayscale: #1F1F1F. Windows color (decimal): -13167586 or 1971255. OLE color: 1971255.
HSL color Cylindrical-coordinate representation of color #37141E: hue angle of 342.86º 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 #37141E is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 20 | 30 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.78 |
| HSL | 342.86º | 0.47% | 0.15% | - |
| HSV(B) | 342.86º | 0.64% | 0.22% | - |
| XYZ | 2.06 | 1.41 | 1.39 | - |
| YUV | 31.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 20 | 30 | 0 | 0.64 | 0.45 | 0.78 | 342.86 | 0.47 | 0.15 |
| Hex | 37 | 14 | 1E | 0 | 40 | 2D | 4E | 157 | 2F | F |
| Octal | 67 | 24 | 36 | 0 | 100 | 55 | 116 | 527 | 57 | 17 |
| Binary | 110111 | 10100 | 11110 | 0 | 1000000 | 101101 | 1001110 | 101010111 | 101111 | 1111 |
Color Harmonies of #37141E
Complementary color
Monochromatic Colors of #37141E
Black with #37141E
Text Example
Text Example
White with #37141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37141E; }
p { color: rgb(55,20,30); }
H1.HeaderClassName
{
color: #37141E;
}
.AnyTagClassName
{
color: #37141E;
}
</style>
background-color css
<style>
a { background-color: #37141E; }
a { background-color: rgb(55,20,30); }
div.DivClassName
{
background-color: #37141E;
}
.BgClassName
{
background-color: #37141E;
}
</style>
border-color css
<style>
span { border-color: #37141E; }
span { border-color: rgb(55,20,30); }
td.TdClassName
{
border-color: #37141E;
}
.TagClassName
{
border-color: #37141E;
}
</style>