#401A26

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

Shades of Temptress #401A26

Tints of Temptress #401A26

Color information

#401A26 (or 0x401A26) is unknown color: approx Temptress. HEX triplet: 40, 1A and 26. RGB value is (64,26,38). Sum of RGB (Red+Green+Blue) = 64+26+38=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #401A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A26 is #BFE5D9. Grayscale: #262626. Windows color (decimal): -12576218 or 2497088. OLE color: 2497088.

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

Color convert

RGB642638-
CMYK00.590.410.75
HSL341.05º42.22%17.65%-
HSV(B)341.05º59.38%25.1%-
XYZ2.831.972.06-
YUV38.73127.59146.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50%
GREEN value IS 26 (10.55% from 255) = 20.31%
BLUE value IS 38 (15.23% from 255) = 29.69%
R=50%
G=20.31%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64263800.590.410.75341.0542.2217.65
Hex401A2603B294B1552a12
Octal1003246073511135255222
Binary1000000110101001100111011101001100101110101010110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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