Shades of Temptress #37101E
Tints of Temptress #37101E
RGB
CMYK
RGB Variations
Color information
#37101E (or 0x37101E) is known color: Temptress. HEX triplet: 37, 10 and 1E. RGB value is (55,16,30). Sum of RGB (Red+Green+Blue) = 55+16+30=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #37101E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37101E is #C8EFE1. Grayscale: #1D1D1D. Windows color (decimal): -13168610 or 1970231. OLE color: 1970231.
HSL color Cylindrical-coordinate representation of color #37101E: hue angle of 338.46º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37101E is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 16 | 30 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.78 |
| HSL | 338.46º | 0.55% | 0.14% | - |
| HSV(B) | 338.46º | 0.71% | 0.22% | - |
| XYZ | 2 | 1.28 | 1.37 | - |
| YUV | 29.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 16 | 30 | 0 | 0.71 | 0.45 | 0.78 | 338.46 | 0.55 | 0.14 |
| Hex | 37 | 10 | 1E | 0 | 47 | 2D | 4E | 152 | 37 | E |
| Octal | 67 | 20 | 36 | 0 | 107 | 55 | 116 | 522 | 67 | 16 |
| Binary | 110111 | 10000 | 11110 | 0 | 1000111 | 101101 | 1001110 | 101010010 | 110111 | 1110 |
Color Harmonies of #37101E
Complementary color
Monochromatic Colors of #37101E
Black with #37101E
Text Example
Text Example
White with #37101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37101E; }
p { color: rgb(55,16,30); }
H1.HeaderClassName
{
color: #37101E;
}
.AnyTagClassName
{
color: #37101E;
}
</style>
background-color css
<style>
a { background-color: #37101E; }
a { background-color: rgb(55,16,30); }
div.DivClassName
{
background-color: #37101E;
}
.BgClassName
{
background-color: #37101E;
}
</style>
border-color css
<style>
span { border-color: #37101E; }
span { border-color: rgb(55,16,30); }
td.TdClassName
{
border-color: #37101E;
}
.TagClassName
{
border-color: #37101E;
}
</style>