#401D26

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

Shades of Temptress #401D26

Tints of Temptress #401D26

Color information

#401D26 (or 0x401D26) is unknown color: approx Temptress. HEX triplet: 40, 1D and 26. RGB value is (64,29,38). Sum of RGB (Red+Green+Blue) = 64+29+38=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #401D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D26 is #BFE2D9. Grayscale: #282828. Windows color (decimal): -12575450 or 2497856. OLE color: 2497856.

HSL color Cylindrical-coordinate representation of color #401D26: hue angle of 344.57º 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 #401D26 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB642938-
CMYK00.550.410.75
HSL344.57º37.63%18.24%-
HSV(B)344.57º54.69%25.1%-
XYZ2.92.112.09-
YUV40.49126.6144.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.85%
GREEN value IS 29 (11.72% from 255) = 22.14%
BLUE value IS 38 (15.23% from 255) = 29.01%
R=48.85%
G=22.14%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64293800.550.410.75344.5737.6318.24
Hex401D26037294B1592612
Octal1003546067511135314622
Binary1000000111011001100110111101001100101110101100110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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