Shades of Temptress #381C26
Tints of Temptress #381C26
RGB
CMYK
RGB Variations
Color information
#381C26 (or 0x381C26) is known color: Temptress. HEX triplet: 38, 1C and 26. RGB value is (56,28,38). Sum of RGB (Red+Green+Blue) = 56+28+38=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #381C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C26 is #C7E3D9. Grayscale: #252525. Windows color (decimal): -13099994 or 2497592. OLE color: 2497592.
HSL color Cylindrical-coordinate representation of color #381C26: hue angle of 338.57º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #381C26 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 28 | 38 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.78 |
| HSL | 338.57º | 0.33% | 0.16% | - |
| HSV(B) | 338.57º | 0.5% | 0.22% | - |
| XYZ | 2.4 | 1.81 | 2.06 | - |
| YUV | 37.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 38 | 0 | 0.50 | 0.32 | 0.78 | 338.57 | 0.33 | 0.16 |
| Hex | 38 | 1C | 26 | 0 | 32 | 20 | 4E | 153 | 21 | 10 |
| Octal | 70 | 34 | 46 | 0 | 62 | 40 | 116 | 523 | 41 | 20 |
| Binary | 111000 | 11100 | 100110 | 0 | 110010 | 100000 | 1001110 | 101010011 | 100001 | 10000 |
Color Harmonies of #381C26
Complementary color
Monochromatic Colors of #381C26
Black with #381C26
Text Example
Text Example
White with #381C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C26; }
p { color: rgb(56,28,38); }
H1.HeaderClassName
{
color: #381C26;
}
.AnyTagClassName
{
color: #381C26;
}
</style>
background-color css
<style>
a { background-color: #381C26; }
a { background-color: rgb(56,28,38); }
div.DivClassName
{
background-color: #381C26;
}
.BgClassName
{
background-color: #381C26;
}
</style>
border-color css
<style>
span { border-color: #381C26; }
span { border-color: rgb(56,28,38); }
td.TdClassName
{
border-color: #381C26;
}
.TagClassName
{
border-color: #381C26;
}
</style>