Shades of Temptress #382128
Tints of Temptress #382128
RGB
CMYK
RGB Variations
Color information
#382128 (or 0x382128) is known color: Temptress. HEX triplet: 38, 21 and 28. RGB value is (56,33,40). Sum of RGB (Red+Green+Blue) = 56+33+40=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #382128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382128 is #C7DED7. Grayscale: #282828. Windows color (decimal): -13098712 or 2629944. OLE color: 2629944.
HSL color Cylindrical-coordinate representation of color #382128: hue angle of 341.74º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #382128 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 33 | 40 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.78 |
| HSL | 341.74º | 0.26% | 0.17% | - |
| HSV(B) | 341.74º | 0.41% | 0.22% | - |
| XYZ | 2.56 | 2.08 | 2.27 | - |
| YUV | 40.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 40 | 0 | 0.41 | 0.29 | 0.78 | 341.74 | 0.26 | 0.17 |
| Hex | 38 | 21 | 28 | 0 | 29 | 1D | 4E | 156 | 1A | 11 |
| Octal | 70 | 41 | 50 | 0 | 51 | 35 | 116 | 526 | 32 | 21 |
| Binary | 111000 | 100001 | 101000 | 0 | 101001 | 11101 | 1001110 | 101010110 | 11010 | 10001 |
Color Harmonies of #382128
Complementary color
Monochromatic Colors of #382128
Black with #382128
Text Example
Text Example
White with #382128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382128; }
p { color: rgb(56,33,40); }
H1.HeaderClassName
{
color: #382128;
}
.AnyTagClassName
{
color: #382128;
}
</style>
background-color css
<style>
a { background-color: #382128; }
a { background-color: rgb(56,33,40); }
div.DivClassName
{
background-color: #382128;
}
.BgClassName
{
background-color: #382128;
}
</style>
border-color css
<style>
span { border-color: #382128; }
span { border-color: rgb(56,33,40); }
td.TdClassName
{
border-color: #382128;
}
.TagClassName
{
border-color: #382128;
}
</style>