Shades of Temptress #371B21
Tints of Temptress #371B21
RGB
CMYK
RGB Variations
Color information
#371B21 (or 0x371B21) is known color: Temptress. HEX triplet: 37, 1B and 21. RGB value is (55,27,33). Sum of RGB (Red+Green+Blue) = 55+27+33=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #371B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371B21 is #C8E4DE. Grayscale: #242424. Windows color (decimal): -13165791 or 2169655. OLE color: 2169655.
HSL color Cylindrical-coordinate representation of color #371B21: hue angle of 347.14º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #371B21 is Cyan = 0, Magento = 0.51, Yellow = 0.4 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 27 | 33 | - |
| CMYK | 0 | 0.51 | 0.4 | 0.78 |
| HSL | 347.14º | 0.34% | 0.16% | - |
| HSV(B) | 347.14º | 0.51% | 0.22% | - |
| XYZ | 2.24 | 1.71 | 1.65 | - |
| YUV | 36.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 33 | 0 | 0.51 | 0.4 | 0.78 | 347.14 | 0.34 | 0.16 |
| Hex | 37 | 1B | 21 | 0 | 33 | 28 | 4E | 15B | 22 | 10 |
| Octal | 67 | 33 | 41 | 0 | 63 | 50 | 116 | 533 | 42 | 20 |
| Binary | 110111 | 11011 | 100001 | 0 | 110011 | 101000 | 1001110 | 101011011 | 100010 | 10000 |
Color Harmonies of #371B21
Complementary color
Monochromatic Colors of #371B21
Black with #371B21
Text Example
Text Example
White with #371B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B21; }
p { color: rgb(55,27,33); }
H1.HeaderClassName
{
color: #371B21;
}
.AnyTagClassName
{
color: #371B21;
}
</style>
background-color css
<style>
a { background-color: #371B21; }
a { background-color: rgb(55,27,33); }
div.DivClassName
{
background-color: #371B21;
}
.BgClassName
{
background-color: #371B21;
}
</style>
border-color css
<style>
span { border-color: #371B21; }
span { border-color: rgb(55,27,33); }
td.TdClassName
{
border-color: #371B21;
}
.TagClassName
{
border-color: #371B21;
}
</style>