#3E1D21

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

Shades of Temptress #3E1D21

Tints of Temptress #3E1D21

Color information

#3E1D21 (or 0x3E1D21) is unknown color: approx Temptress. HEX triplet: 3E, 1D and 21. RGB value is (62,29,33). Sum of RGB (Red+Green+Blue) = 62+29+33=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1D21 is #C1E2DE. Grayscale: #272727. Windows color (decimal): -12706527 or 2170174. OLE color: 2170174.

HSL color Cylindrical-coordinate representation of color #3E1D21: hue angle of 352.73º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E1D21 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.76.

Color convert

RGB622933-
CMYK00.530.470.76
HSL352.73º36.26%17.84%-
HSV(B)352.73º53.23%24.31%-
XYZ2.72.011.68-
YUV39.32124.43144.17-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 50%
GREEN value IS 29 (11.72% from 255) = 23.39%
BLUE value IS 33 (13.28% from 255) = 26.61%
R=50%
G=23.39%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62293300.530.470.76352.7336.2617.84
Hex3E1D210352F4C1612412
Octal763541065571145414422
Binary111110111011000010110101101111100110010110000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,29,33); }

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

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

 a { background-color: rgb(62,29,33); }

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

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

 span { border-color: rgb(62,29,33); }

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