Shades of Temptress #380E1C
Tints of Temptress #380E1C
RGB
CMYK
RGB Variations
Color information
#380E1C (or 0x380E1C) is known color: Temptress. HEX triplet: 38, 0E and 1C. RGB value is (56,14,28). Sum of RGB (Red+Green+Blue) = 56+14+28=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #380E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E1C is #C7F1E3. Grayscale: #1C1C1C. Windows color (decimal): -13103588 or 1838648. OLE color: 1838648.
HSL color Cylindrical-coordinate representation of color #380E1C: hue angle of 340º 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 #380E1C is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 14 | 28 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.78 |
| HSL | 340º | 0.6% | 0.14% | - |
| HSV(B) | 340º | 0.75% | 0.22% | - |
| XYZ | 2 | 1.24 | 1.23 | - |
| YUV | 28.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 28 | 0 | 0.75 | 0.50 | 0.78 | 340 | 0.6 | 0.14 |
| Hex | 38 | E | 1C | 0 | 4B | 32 | 4E | 154 | 3C | E |
| Octal | 70 | 16 | 34 | 0 | 113 | 62 | 116 | 524 | 74 | 16 |
| Binary | 111000 | 1110 | 11100 | 0 | 1001011 | 110010 | 1001110 | 101010100 | 111100 | 1110 |
Color Harmonies of #380E1C
Complementary color
Monochromatic Colors of #380E1C
Black with #380E1C
Text Example
Text Example
White with #380E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E1C; }
p { color: rgb(56,14,28); }
H1.HeaderClassName
{
color: #380E1C;
}
.AnyTagClassName
{
color: #380E1C;
}
</style>
background-color css
<style>
a { background-color: #380E1C; }
a { background-color: rgb(56,14,28); }
div.DivClassName
{
background-color: #380E1C;
}
.BgClassName
{
background-color: #380E1C;
}
</style>
border-color css
<style>
span { border-color: #380E1C; }
span { border-color: rgb(56,14,28); }
td.TdClassName
{
border-color: #380E1C;
}
.TagClassName
{
border-color: #380E1C;
}
</style>