#401F26

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

Shades of Temptress #401F26

Tints of Temptress #401F26

Color information

#401F26 (or 0x401F26) is unknown color: approx Temptress. HEX triplet: 40, 1F and 26. RGB value is (64,31,38). Sum of RGB (Red+Green+Blue) = 64+31+38=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #401F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F26 is #BFE0D9. Grayscale: #292929. Windows color (decimal): -12574938 or 2498368. OLE color: 2498368.

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

Color convert

RGB643138-
CMYK00.520.410.75
HSL347.27º34.74%18.63%-
HSV(B)347.27º51.56%25.1%-
XYZ2.952.212.1-
YUV41.66125.93143.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.12%
GREEN value IS 31 (12.5% from 255) = 23.31%
BLUE value IS 38 (15.23% from 255) = 28.57%
R=48.12%
G=23.31%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64313800.520.410.75347.2734.7418.63
Hex401F26034294B15b2313
Octal1003746064511135334323
Binary1000000111111001100110100101001100101110101101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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