#401E23

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

Shades of Temptress #401E23

Tints of Temptress #401E23

Color information

#401E23 (or 0x401E23) is unknown color: approx Temptress. HEX triplet: 40, 1E and 23. RGB value is (64,30,35). Sum of RGB (Red+Green+Blue) = 64+30+35=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #401E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E23 is #BFE1DC. Grayscale: #282828. Windows color (decimal): -12575197 or 2301504. OLE color: 2301504.

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

Color convert

RGB643035-
CMYK00.530.450.75
HSL351.18º36.17%18.43%-
HSV(B)351.18º53.12%25.1%-
XYZ2.882.141.85-
YUV40.74124.76144.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.61%
GREEN value IS 30 (12.11% from 255) = 23.26%
BLUE value IS 35 (14.06% from 255) = 27.13%
R=49.61%
G=23.26%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64303500.530.450.75351.1836.1718.43
Hex401E230352D4B15f2412
Octal1003643065551135374422
Binary1000000111101000110110101101101100101110101111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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