#390E1C

Color #390E1C Temptress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Temptress #390E1C

Tints of Temptress #390E1C

Color information

#390E1C (or 0x390E1C) is unknown color: approx Temptress. HEX triplet: 39, 0E and 1C. RGB value is (57,14,28). Sum of RGB (Red+Green+Blue) = 57+14+28=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #390E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E1C is #C6F1E3. Grayscale: #1C1C1C. Windows color (decimal): -13038052 or 1838649. OLE color: 1838649.

HSL color Cylindrical-coordinate representation of color #390E1C: hue angle of 340.47º degrees, saturation: 0.61, 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 #390E1C is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB571428-
CMYK00.750.510.78
HSL340.47º60.56%13.92%-
HSV(B)340.47º75.44%22.35%-
XYZ2.051.271.24-
YUV28.45127.75148.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 57.58%
GREEN value IS 14 (5.86% from 255) = 14.14%
BLUE value IS 28 (11.33% from 255) = 28.28%
R=57.58%
G=14.14%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57142800.750.510.78340.4760.5613.92
Hex39E1C04B334E1543de
Octal7116340113631165247516
Binary1110011110111000100101111001110011101010101001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390E1C; }

 p { color: rgb(57,14,28); }

 H1.HeaderClassName
 {
   color: #390E1C;
 }
 .AnyTagClassName
 {
   color: #390E1C;
 }
</style>
background-color css

<style>
 a { background-color: #390E1C; }

 a { background-color: rgb(57,14,28); }

 div.DivClassName
 {
   background-color: #390E1C;
 }
 .BgClassName
 {
   background-color: #390E1C;
 }
</style>
border-color css

<style>
 span { border-color: #390E1C; }

 span { border-color: rgb(57,14,28); }

 td.TdClassName
 {
   border-color: #390E1C;
 }
 .TagClassName
 {
   border-color: #390E1C;
 }
</style>