#3E1720

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

Shades of Temptress #3E1720

Tints of Temptress #3E1720

Color information

#3E1720 (or 0x3E1720) is unknown color: approx Temptress. HEX triplet: 3E, 17 and 20. RGB value is (62,23,32). Sum of RGB (Red+Green+Blue) = 62+23+32=117 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.99% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1720 is #C1E8DF. Grayscale: #232323. Windows color (decimal): -12708064 or 2103102. OLE color: 2103102.

HSL color Cylindrical-coordinate representation of color #3E1720: hue angle of 346.15º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E1720 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB622332-
CMYK00.630.480.76
HSL346.15º45.88%16.67%-
HSV(B)346.15º62.9%24.31%-
XYZ2.551.741.57-
YUV35.69125.92146.77-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 52.99%
GREEN value IS 23 (9.38% from 255) = 19.66%
BLUE value IS 32 (12.89% from 255) = 27.35%
R=52.99%
G=19.66%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62233200.630.480.76346.1545.8816.67
Hex3E172003F304C15a2e11
Octal762740077601145325621
Binary111110101111000000111111110000100110010101101010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E1720; }

 p { color: rgb(62,23,32); }

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

<style>
 a { background-color: #3E1720; }

 a { background-color: rgb(62,23,32); }

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

<style>
 span { border-color: #3E1720; }

 span { border-color: rgb(62,23,32); }

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