Shades of Temptress #371C20
Tints of Temptress #371C20
RGB
CMYK
RGB Variations
Color information
#371C20 (or 0x371C20) is known color: Temptress. HEX triplet: 37, 1C and 20. RGB value is (55,28,32). Sum of RGB (Red+Green+Blue) = 55+28+32=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #371C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C20 is #C8E3DF. Grayscale: #242424. Windows color (decimal): -13165536 or 2104375. OLE color: 2104375.
HSL color Cylindrical-coordinate representation of color #371C20: hue angle of 351.11º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #371C20 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 28 | 32 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.78 |
| HSL | 351.11º | 0.33% | 0.16% | - |
| HSV(B) | 351.11º | 0.49% | 0.22% | - |
| XYZ | 2.25 | 1.75 | 1.59 | - |
| YUV | 36.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 32 | 0 | 0.49 | 0.42 | 0.78 | 351.11 | 0.33 | 0.16 |
| Hex | 37 | 1C | 20 | 0 | 31 | 2A | 4E | 15F | 21 | 10 |
| Octal | 67 | 34 | 40 | 0 | 61 | 52 | 116 | 537 | 41 | 20 |
| Binary | 110111 | 11100 | 100000 | 0 | 110001 | 101010 | 1001110 | 101011111 | 100001 | 10000 |
Color Harmonies of #371C20
Complementary color
Monochromatic Colors of #371C20
Black with #371C20
Text Example
Text Example
White with #371C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371C20; }
p { color: rgb(55,28,32); }
H1.HeaderClassName
{
color: #371C20;
}
.AnyTagClassName
{
color: #371C20;
}
</style>
background-color css
<style>
a { background-color: #371C20; }
a { background-color: rgb(55,28,32); }
div.DivClassName
{
background-color: #371C20;
}
.BgClassName
{
background-color: #371C20;
}
</style>
border-color css
<style>
span { border-color: #371C20; }
span { border-color: rgb(55,28,32); }
td.TdClassName
{
border-color: #371C20;
}
.TagClassName
{
border-color: #371C20;
}
</style>