Shades of Temptress #381A20
Tints of Temptress #381A20
RGB
CMYK
RGB Variations
Color information
#381A20 (or 0x381A20) is known color: Temptress. HEX triplet: 38, 1A and 20. RGB value is (56,26,32). Sum of RGB (Red+Green+Blue) = 56+26+32=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 26 (10.55% from 255 or 22.81% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #381A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381A20 is #C7E5DF. Grayscale: #232323. Windows color (decimal): -13100512 or 2103864. OLE color: 2103864.
HSL color Cylindrical-coordinate representation of color #381A20: hue angle of 348º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #381A20 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 26 | 32 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.78 |
| HSL | 348º | 0.37% | 0.16% | - |
| HSV(B) | 348º | 0.54% | 0.22% | - |
| XYZ | 2.26 | 1.68 | 1.57 | - |
| YUV | 35.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 32 | 0 | 0.54 | 0.43 | 0.78 | 348 | 0.37 | 0.16 |
| Hex | 38 | 1A | 20 | 0 | 36 | 2B | 4E | 15C | 25 | 10 |
| Octal | 70 | 32 | 40 | 0 | 66 | 53 | 116 | 534 | 45 | 20 |
| Binary | 111000 | 11010 | 100000 | 0 | 110110 | 101011 | 1001110 | 101011100 | 100101 | 10000 |
Color Harmonies of #381A20
Complementary color
Monochromatic Colors of #381A20
Black with #381A20
Text Example
Text Example
White with #381A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A20; }
p { color: rgb(56,26,32); }
H1.HeaderClassName
{
color: #381A20;
}
.AnyTagClassName
{
color: #381A20;
}
</style>
background-color css
<style>
a { background-color: #381A20; }
a { background-color: rgb(56,26,32); }
div.DivClassName
{
background-color: #381A20;
}
.BgClassName
{
background-color: #381A20;
}
</style>
border-color css
<style>
span { border-color: #381A20; }
span { border-color: rgb(56,26,32); }
td.TdClassName
{
border-color: #381A20;
}
.TagClassName
{
border-color: #381A20;
}
</style>