#401724

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

Shades of Temptress #401724

Tints of Temptress #401724

Color information

#401724 (or 0x401724) is unknown color: approx Temptress. HEX triplet: 40, 17 and 24. RGB value is (64,23,36). Sum of RGB (Red+Green+Blue) = 64+23+36=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #401724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401724 is #BFE8DB. Grayscale: #242424. Windows color (decimal): -12576988 or 2365248. OLE color: 2365248.

HSL color Cylindrical-coordinate representation of color #401724: hue angle of 340.98º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #401724 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB642336-
CMYK00.640.440.75
HSL340.98º47.13%17.06%-
HSV(B)340.98º64.06%25.1%-
XYZ2.741.831.88-
YUV36.74127.58147.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 23 (9.38% from 255) = 18.70%
BLUE value IS 36 (14.45% from 255) = 29.27%
R=52.03%
G=18.70%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64233600.640.440.75340.9847.1317.06
Hex4017240402C4B1552f11
Octal10027440100541135255721
Binary10000001011110010001000000101100100101110101010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401724; }

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

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

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

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

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

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

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

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