Shades of Temptress #37191F
Tints of Temptress #37191F
RGB
CMYK
RGB Variations
Color information
#37191F (or 0x37191F) is known color: Temptress. HEX triplet: 37, 19 and 1F. RGB value is (55,25,31). Sum of RGB (Red+Green+Blue) = 55+25+31=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #37191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37191F is #C8E6E0. Grayscale: #222222. Windows color (decimal): -13166305 or 2038071. OLE color: 2038071.
HSL color Cylindrical-coordinate representation of color #37191F: hue angle of 348º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37191F is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 25 | 31 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.78 |
| HSL | 348º | 0.38% | 0.16% | - |
| HSV(B) | 348º | 0.55% | 0.22% | - |
| XYZ | 2.17 | 1.61 | 1.49 | - |
| YUV | 34.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 31 | 0 | 0.55 | 0.44 | 0.78 | 348 | 0.38 | 0.16 |
| Hex | 37 | 19 | 1F | 0 | 37 | 2C | 4E | 15C | 26 | 10 |
| Octal | 67 | 31 | 37 | 0 | 67 | 54 | 116 | 534 | 46 | 20 |
| Binary | 110111 | 11001 | 11111 | 0 | 110111 | 101100 | 1001110 | 101011100 | 100110 | 10000 |
Color Harmonies of #37191F
Complementary color
Monochromatic Colors of #37191F
Black with #37191F
Text Example
Text Example
White with #37191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37191F; }
p { color: rgb(55,25,31); }
H1.HeaderClassName
{
color: #37191F;
}
.AnyTagClassName
{
color: #37191F;
}
</style>
background-color css
<style>
a { background-color: #37191F; }
a { background-color: rgb(55,25,31); }
div.DivClassName
{
background-color: #37191F;
}
.BgClassName
{
background-color: #37191F;
}
</style>
border-color css
<style>
span { border-color: #37191F; }
span { border-color: rgb(55,25,31); }
td.TdClassName
{
border-color: #37191F;
}
.TagClassName
{
border-color: #37191F;
}
</style>