Shades of Temptress #370D1C
Tints of Temptress #370D1C
RGB
CMYK
RGB Variations
Color information
#370D1C (or 0x370D1C) is known color: Temptress. HEX triplet: 37, 0D and 1C. RGB value is (55,13,28). Sum of RGB (Red+Green+Blue) = 55+13+28=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #370D1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370D1C is #C8F2E3. Grayscale: #1B1B1B. Windows color (decimal): -13169380 or 1838391. OLE color: 1838391.
HSL color Cylindrical-coordinate representation of color #370D1C: hue angle of 338.57º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #370D1C is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 13 | 28 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.78 |
| HSL | 338.57º | 0.62% | 0.13% | - |
| HSV(B) | 338.57º | 0.76% | 0.22% | - |
| XYZ | 1.93 | 1.18 | 1.23 | - |
| YUV | 27.27 | 128.41 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 28 | 0 | 0.76 | 0.49 | 0.78 | 338.57 | 0.62 | 0.13 |
| Hex | 37 | D | 1C | 0 | 4C | 31 | 4E | 153 | 3E | D |
| Octal | 67 | 15 | 34 | 0 | 114 | 61 | 116 | 523 | 76 | 15 |
| Binary | 110111 | 1101 | 11100 | 0 | 1001100 | 110001 | 1001110 | 101010011 | 111110 | 1101 |
Color Harmonies of #370D1C
Complementary color
Monochromatic Colors of #370D1C
Black with #370D1C
Text Example
Text Example
White with #370D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370D1C; }
p { color: rgb(55,13,28); }
H1.HeaderClassName
{
color: #370D1C;
}
.AnyTagClassName
{
color: #370D1C;
}
</style>
background-color css
<style>
a { background-color: #370D1C; }
a { background-color: rgb(55,13,28); }
div.DivClassName
{
background-color: #370D1C;
}
.BgClassName
{
background-color: #370D1C;
}
</style>
border-color css
<style>
span { border-color: #370D1C; }
span { border-color: rgb(55,13,28); }
td.TdClassName
{
border-color: #370D1C;
}
.TagClassName
{
border-color: #370D1C;
}
</style>