#401D24

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

Shades of Temptress #401D24

Tints of Temptress #401D24

Color information

#401D24 (or 0x401D24) is unknown color: approx Temptress. HEX triplet: 40, 1D and 24. RGB value is (64,29,36). Sum of RGB (Red+Green+Blue) = 64+29+36=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #401D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D24 is #BFE2DB. Grayscale: #282828. Windows color (decimal): -12575452 or 2366784. OLE color: 2366784.

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

Color convert

RGB642936-
CMYK00.550.440.75
HSL348º37.63%18.24%-
HSV(B)348º54.69%25.1%-
XYZ2.872.11.92-
YUV40.26125.6144.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.61%
GREEN value IS 29 (11.72% from 255) = 22.48%
BLUE value IS 36 (14.45% from 255) = 27.91%
R=49.61%
G=22.48%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64293600.550.440.7534837.6318.24
Hex401D240372C4B15c2612
Octal1003544067541135344622
Binary1000000111011001000110111101100100101110101110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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