#401C23

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

Shades of Temptress #401C23

Tints of Temptress #401C23

Color information

#401C23 (or 0x401C23) is unknown color: approx Temptress. HEX triplet: 40, 1C and 23. RGB value is (64,28,35). Sum of RGB (Red+Green+Blue) = 64+28+35=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #401C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C23 is #BFE3DC. Grayscale: #272727. Windows color (decimal): -12575709 or 2300992. OLE color: 2300992.

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

Color convert

RGB642835-
CMYK00.560.450.75
HSL348.33º39.13%18.04%-
HSV(B)348.33º56.25%25.1%-
XYZ2.832.041.83-
YUV39.56125.43145.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.39%
GREEN value IS 28 (11.33% from 255) = 22.05%
BLUE value IS 35 (14.06% from 255) = 27.56%
R=50.39%
G=22.05%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64283500.560.450.75348.3339.1318.04
Hex401C230382D4B15c2712
Octal1003443070551135344722
Binary1000000111001000110111000101101100101110101110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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