Shades of Temptress #391E25
Tints of Temptress #391E25
RGB
CMYK
RGB Variations
Color information
#391E25 (or 0x391E25) is known color: Temptress. HEX triplet: 39, 1E and 25. RGB value is (57,30,37). Sum of RGB (Red+Green+Blue) = 57+30+37=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #391E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391E25 is #C6E1DA. Grayscale: #262626. Windows color (decimal): -13033947 or 2432569. OLE color: 2432569.
HSL color Cylindrical-coordinate representation of color #391E25: hue angle of 344.44º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #391E25 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 30 | 37 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.78 |
| HSL | 344.44º | 0.31% | 0.17% | - |
| HSV(B) | 344.44º | 0.47% | 0.22% | - |
| XYZ | 2.49 | 1.93 | 1.99 | - |
| YUV | 38.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 30 | 37 | 0 | 0.47 | 0.35 | 0.78 | 344.44 | 0.31 | 0.17 |
| Hex | 39 | 1E | 25 | 0 | 2F | 23 | 4E | 158 | 1F | 11 |
| Octal | 71 | 36 | 45 | 0 | 57 | 43 | 116 | 530 | 37 | 21 |
| Binary | 111001 | 11110 | 100101 | 0 | 101111 | 100011 | 1001110 | 101011000 | 11111 | 10001 |
Color Harmonies of #391E25
Complementary color
Monochromatic Colors of #391E25
Black with #391E25
Text Example
Text Example
White with #391E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391E25; }
p { color: rgb(57,30,37); }
H1.HeaderClassName
{
color: #391E25;
}
.AnyTagClassName
{
color: #391E25;
}
</style>
background-color css
<style>
a { background-color: #391E25; }
a { background-color: rgb(57,30,37); }
div.DivClassName
{
background-color: #391E25;
}
.BgClassName
{
background-color: #391E25;
}
</style>
border-color css
<style>
span { border-color: #391E25; }
span { border-color: rgb(57,30,37); }
td.TdClassName
{
border-color: #391E25;
}
.TagClassName
{
border-color: #391E25;
}
</style>