#401825

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

Shades of Temptress #401825

Tints of Temptress #401825

Color information

#401825 (or 0x401825) is unknown color: approx Temptress. HEX triplet: 40, 18 and 25. RGB value is (64,24,37). Sum of RGB (Red+Green+Blue) = 64+24+37=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #401825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401825 is #BFE7DA. Grayscale: #252525. Windows color (decimal): -12576731 or 2431040. OLE color: 2431040.

HSL color Cylindrical-coordinate representation of color #401825: hue angle of 340.5º 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 #401825 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB642437-
CMYK00.620.420.75
HSL340.5º45.45%17.25%-
HSV(B)340.5º62.5%25.1%-
XYZ2.771.881.97-
YUV37.44127.75146.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 24 (9.77% from 255) = 19.2%
BLUE value IS 37 (14.84% from 255) = 29.6%
R=51.2%
G=19.2%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64243700.620.420.75340.545.4517.25
Hex40182503E2A4B1542d11
Octal1003045076521135245521
Binary1000000110001001010111110101010100101110101010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401825; }

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

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

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

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

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

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

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

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