#401E24

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

Shades of Temptress #401E24

Tints of Temptress #401E24

Color information

#401E24 (or 0x401E24) is unknown color: approx Temptress. HEX triplet: 40, 1E and 24. RGB value is (64,30,36). Sum of RGB (Red+Green+Blue) = 64+30+36=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #401E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E24 is #BFE1DB. Grayscale: #282828. Windows color (decimal): -12575196 or 2367040. OLE color: 2367040.

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

Color convert

RGB643036-
CMYK00.530.440.75
HSL349.41º36.17%18.43%-
HSV(B)349.41º53.12%25.1%-
XYZ2.92.151.93-
YUV40.85125.26144.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.23%
GREEN value IS 30 (12.11% from 255) = 23.08%
BLUE value IS 36 (14.45% from 255) = 27.69%
R=49.23%
G=23.08%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64303600.530.440.75349.4136.1718.43
Hex401E240352C4B15d2412
Octal1003644065541135354422
Binary1000000111101001000110101101100100101110101110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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