#3F2225

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

Shades of Temptress #3F2225

Tints of Temptress #3F2225

Color information

#3F2225 (or 0x3F2225) is unknown color: approx Temptress. HEX triplet: 3F, 22 and 25. RGB value is (63,34,37). Sum of RGB (Red+Green+Blue) = 63+34+37=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2225 is #C0DDDA. Grayscale: #2B2B2B. Windows color (decimal): -12639707 or 2433599. OLE color: 2433599.

HSL color Cylindrical-coordinate representation of color #3F2225: hue angle of 353.79º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F2225 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB633437-
CMYK00.460.410.75
HSL353.79º29.9%19.02%-
HSV(B)353.79º46.03%24.71%-
XYZ2.962.332.05-
YUV43.01124.61142.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.01%
GREEN value IS 34 (13.67% from 255) = 25.37%
BLUE value IS 37 (14.84% from 255) = 27.61%
R=47.01%
G=25.37%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63343700.460.410.75353.7929.919.02
Hex3F222502E294B1621e13
Octal774245056511135423623
Binary111111100010100101010111010100110010111011000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,34,37); }

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

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

 a { background-color: rgb(63,34,37); }

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

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

 span { border-color: rgb(63,34,37); }

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