#401D23

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

Shades of Temptress #401D23

Tints of Temptress #401D23

Color information

#401D23 (or 0x401D23) is unknown color: approx Temptress. HEX triplet: 40, 1D and 23. RGB value is (64,29,35). Sum of RGB (Red+Green+Blue) = 64+29+35=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #401D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D23 is #BFE2DC. Grayscale: #282828. Windows color (decimal): -12575453 or 2301248. OLE color: 2301248.

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

Color convert

RGB642935-
CMYK00.550.450.75
HSL349.71º37.63%18.24%-
HSV(B)349.71º54.69%25.1%-
XYZ2.862.091.84-
YUV40.15125.1145.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50%
GREEN value IS 29 (11.72% from 255) = 22.66%
BLUE value IS 35 (14.06% from 255) = 27.34%
R=50%
G=22.66%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64293500.550.450.75349.7137.6318.24
Hex401D230372D4B15e2612
Octal1003543067551135364622
Binary1000000111011000110110111101101100101110101111010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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