Shades of Temptress #371F23
Tints of Temptress #371F23
RGB
CMYK
RGB Variations
Color information
#371F23 (or 0x371F23) is known color: Temptress. HEX triplet: 37, 1F and 23. RGB value is (55,31,35). Sum of RGB (Red+Green+Blue) = 55+31+35=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #371F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F23 is #C8E0DC. Grayscale: #262626. Windows color (decimal): -13164765 or 2301751. OLE color: 2301751.
HSL color Cylindrical-coordinate representation of color #371F23: hue angle of 350º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #371F23 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 31 | 35 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.78 |
| HSL | 350º | 0.28% | 0.17% | - |
| HSV(B) | 350º | 0.44% | 0.22% | - |
| XYZ | 2.37 | 1.91 | 1.83 | - |
| YUV | 38.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 31 | 35 | 0 | 0.44 | 0.36 | 0.78 | 350 | 0.28 | 0.17 |
| Hex | 37 | 1F | 23 | 0 | 2C | 24 | 4E | 15E | 1C | 11 |
| Octal | 67 | 37 | 43 | 0 | 54 | 44 | 116 | 536 | 34 | 21 |
| Binary | 110111 | 11111 | 100011 | 0 | 101100 | 100100 | 1001110 | 101011110 | 11100 | 10001 |
Color Harmonies of #371F23
Complementary color
Monochromatic Colors of #371F23
Black with #371F23
Text Example
Text Example
White with #371F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371F23; }
p { color: rgb(55,31,35); }
H1.HeaderClassName
{
color: #371F23;
}
.AnyTagClassName
{
color: #371F23;
}
</style>
background-color css
<style>
a { background-color: #371F23; }
a { background-color: rgb(55,31,35); }
div.DivClassName
{
background-color: #371F23;
}
.BgClassName
{
background-color: #371F23;
}
</style>
border-color css
<style>
span { border-color: #371F23; }
span { border-color: rgb(55,31,35); }
td.TdClassName
{
border-color: #371F23;
}
.TagClassName
{
border-color: #371F23;
}
</style>