#401824

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

Shades of Temptress #401824

Tints of Temptress #401824

Color information

#401824 (or 0x401824) is unknown color: approx Temptress. HEX triplet: 40, 18 and 24. RGB value is (64,24,36). Sum of RGB (Red+Green+Blue) = 64+24+36=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #401824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401824 is #BFE7DB. Grayscale: #252525. Windows color (decimal): -12576732 or 2365504. OLE color: 2365504.

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

Color convert

RGB642436-
CMYK00.620.440.75
HSL342º45.45%17.25%-
HSV(B)342º62.5%25.1%-
XYZ2.761.871.88-
YUV37.33127.25147.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 24 (9.77% from 255) = 19.35%
BLUE value IS 36 (14.45% from 255) = 29.03%
R=51.61%
G=19.35%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64243600.620.440.7534245.4517.25
Hex40182403E2C4B1562d11
Octal1003044076541135265521
Binary1000000110001001000111110101100100101110101011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401824; }

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

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

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

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

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

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

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

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