Shades of Temptress #371C24
Tints of Temptress #371C24
RGB
CMYK
RGB Variations
Color information
#371C24 (or 0x371C24) is known color: Temptress. HEX triplet: 37, 1C and 24. RGB value is (55,28,36). Sum of RGB (Red+Green+Blue) = 55+28+36=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #371C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C24 is #C8E3DB. Grayscale: #242424. Windows color (decimal): -13165532 or 2366519. OLE color: 2366519.
HSL color Cylindrical-coordinate representation of color #371C24: hue angle of 342.22º 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 #371C24 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 28 | 36 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.78 |
| HSL | 342.22º | 0.33% | 0.16% | - |
| HSV(B) | 342.22º | 0.49% | 0.22% | - |
| XYZ | 2.31 | 1.77 | 1.89 | - |
| YUV | 36.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 36 | 0 | 0.49 | 0.35 | 0.78 | 342.22 | 0.33 | 0.16 |
| Hex | 37 | 1C | 24 | 0 | 31 | 23 | 4E | 156 | 21 | 10 |
| Octal | 67 | 34 | 44 | 0 | 61 | 43 | 116 | 526 | 41 | 20 |
| Binary | 110111 | 11100 | 100100 | 0 | 110001 | 100011 | 1001110 | 101010110 | 100001 | 10000 |
Color Harmonies of #371C24
Complementary color
Monochromatic Colors of #371C24
Black with #371C24
Text Example
Text Example
White with #371C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371C24; }
p { color: rgb(55,28,36); }
H1.HeaderClassName
{
color: #371C24;
}
.AnyTagClassName
{
color: #371C24;
}
</style>
background-color css
<style>
a { background-color: #371C24; }
a { background-color: rgb(55,28,36); }
div.DivClassName
{
background-color: #371C24;
}
.BgClassName
{
background-color: #371C24;
}
</style>
border-color css
<style>
span { border-color: #371C24; }
span { border-color: rgb(55,28,36); }
td.TdClassName
{
border-color: #371C24;
}
.TagClassName
{
border-color: #371C24;
}
</style>