Shades of Temptress #370E1C
Tints of Temptress #370E1C
RGB
CMYK
RGB Variations
Color information
#370E1C (or 0x370E1C) is known color: Temptress. HEX triplet: 37, 0E and 1C. RGB value is (55,14,28). Sum of RGB (Red+Green+Blue) = 55+14+28=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #370E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E1C is #C8F1E3. Grayscale: #1B1B1B. Windows color (decimal): -13169124 or 1838647. OLE color: 1838647.
HSL color Cylindrical-coordinate representation of color #370E1C: hue angle of 339.51º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #370E1C is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 14 | 28 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.78 |
| HSL | 339.51º | 0.59% | 0.14% | - |
| HSV(B) | 339.51º | 0.75% | 0.22% | - |
| XYZ | 1.94 | 1.21 | 1.23 | - |
| YUV | 27.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 28 | 0 | 0.75 | 0.49 | 0.78 | 339.51 | 0.59 | 0.14 |
| Hex | 37 | E | 1C | 0 | 4B | 31 | 4E | 154 | 3B | E |
| Octal | 67 | 16 | 34 | 0 | 113 | 61 | 116 | 524 | 73 | 16 |
| Binary | 110111 | 1110 | 11100 | 0 | 1001011 | 110001 | 1001110 | 101010100 | 111011 | 1110 |
Color Harmonies of #370E1C
Complementary color
Monochromatic Colors of #370E1C
Black with #370E1C
Text Example
Text Example
White with #370E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370E1C; }
p { color: rgb(55,14,28); }
H1.HeaderClassName
{
color: #370E1C;
}
.AnyTagClassName
{
color: #370E1C;
}
</style>
background-color css
<style>
a { background-color: #370E1C; }
a { background-color: rgb(55,14,28); }
div.DivClassName
{
background-color: #370E1C;
}
.BgClassName
{
background-color: #370E1C;
}
</style>
border-color css
<style>
span { border-color: #370E1C; }
span { border-color: rgb(55,14,28); }
td.TdClassName
{
border-color: #370E1C;
}
.TagClassName
{
border-color: #370E1C;
}
</style>