Shades of Temptress #380E1D
Tints of Temptress #380E1D
RGB
CMYK
RGB Variations
Color information
#380E1D (or 0x380E1D) is known color: Temptress. HEX triplet: 38, 0E and 1D. RGB value is (56,14,29). Sum of RGB (Red+Green+Blue) = 56+14+29=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #380E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E1D is #C7F1E2. Grayscale: #1C1C1C. Windows color (decimal): -13103587 or 1904184. OLE color: 1904184.
HSL color Cylindrical-coordinate representation of color #380E1D: hue angle of 338.57º degrees, saturation: 0.6, 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 #380E1D is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 14 | 29 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.78 |
| HSL | 338.57º | 0.6% | 0.14% | - |
| HSV(B) | 338.57º | 0.75% | 0.22% | - |
| XYZ | 2.01 | 1.24 | 1.3 | - |
| YUV | 28.27 | 128.41 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 29 | 0 | 0.75 | 0.48 | 0.78 | 338.57 | 0.6 | 0.14 |
| Hex | 38 | E | 1D | 0 | 4B | 30 | 4E | 153 | 3C | E |
| Octal | 70 | 16 | 35 | 0 | 113 | 60 | 116 | 523 | 74 | 16 |
| Binary | 111000 | 1110 | 11101 | 0 | 1001011 | 110000 | 1001110 | 101010011 | 111100 | 1110 |
Color Harmonies of #380E1D
Complementary color
Monochromatic Colors of #380E1D
Black with #380E1D
Text Example
Text Example
White with #380E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E1D; }
p { color: rgb(56,14,29); }
H1.HeaderClassName
{
color: #380E1D;
}
.AnyTagClassName
{
color: #380E1D;
}
</style>
background-color css
<style>
a { background-color: #380E1D; }
a { background-color: rgb(56,14,29); }
div.DivClassName
{
background-color: #380E1D;
}
.BgClassName
{
background-color: #380E1D;
}
</style>
border-color css
<style>
span { border-color: #380E1D; }
span { border-color: rgb(56,14,29); }
td.TdClassName
{
border-color: #380E1D;
}
.TagClassName
{
border-color: #380E1D;
}
</style>