#401423

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

Shades of Temptress #401423

Tints of Temptress #401423

Color information

#401423 (or 0x401423) is unknown color: approx Temptress. HEX triplet: 40, 14 and 23. RGB value is (64,20,35). Sum of RGB (Red+Green+Blue) = 64+20+35=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #401423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401423 is #BFEBDC. Grayscale: #222222. Windows color (decimal): -12577757 or 2298944. OLE color: 2298944.

HSL color Cylindrical-coordinate representation of color #401423: hue angle of 339.55º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #401423 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB642035-
CMYK00.690.450.75
HSL339.55º52.38%16.47%-
HSV(B)339.55º68.75%25.1%-
XYZ2.671.711.78-
YUV34.87128.08148.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 20 (8.20% from 255) = 16.81%
BLUE value IS 35 (14.06% from 255) = 29.41%
R=53.78%
G=16.81%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64203500.690.450.75339.5552.3816.47
Hex4014230452D4B1543410
Octal10024430105551135246420
Binary10000001010010001101000101101101100101110101010011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401423; }

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

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

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

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

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

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

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

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