#401D25

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

Shades of Temptress #401D25

Tints of Temptress #401D25

Color information

#401D25 (or 0x401D25) is unknown color: approx Temptress. HEX triplet: 40, 1D and 25. RGB value is (64,29,37). Sum of RGB (Red+Green+Blue) = 64+29+37=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #401D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D25 is #BFE2DA. Grayscale: #282828. Windows color (decimal): -12575451 or 2432320. OLE color: 2432320.

HSL color Cylindrical-coordinate representation of color #401D25: hue angle of 346.29º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #401D25 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB642937-
CMYK00.550.420.75
HSL346.29º37.63%18.24%-
HSV(B)346.29º54.69%25.1%-
XYZ2.892.12-
YUV40.38126.1144.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.23%
GREEN value IS 29 (11.72% from 255) = 22.31%
BLUE value IS 37 (14.84% from 255) = 28.46%
R=49.23%
G=22.31%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64293700.550.420.75346.2937.6318.24
Hex401D250372A4B15a2612
Octal1003545067521135324622
Binary1000000111011001010110111101010100101110101101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401D25; }

 p { color: rgb(64,29,37); }

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

<style>
 a { background-color: #401D25; }

 a { background-color: rgb(64,29,37); }

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

<style>
 span { border-color: #401D25; }

 span { border-color: rgb(64,29,37); }

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