#401920

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

Shades of Temptress #401920

Tints of Temptress #401920

Color information

#401920 (or 0x401920) is unknown color: approx Temptress. HEX triplet: 40, 19 and 20. RGB value is (64,25,32). Sum of RGB (Red+Green+Blue) = 64+25+32=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #401920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401920 is #BFE6DF. Grayscale: #252525. Windows color (decimal): -12576480 or 2103616. OLE color: 2103616.

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

Color convert

RGB642532-
CMYK00.610.500.75
HSL349.23º43.82%17.45%-
HSV(B)349.23º60.94%25.1%-
XYZ2.721.891.59-
YUV37.46124.92146.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 25 (10.16% from 255) = 20.66%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=52.89%
G=20.66%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64253200.610.500.75349.2343.8217.45
Hex40192003D324B15d2c11
Octal1003140075621135355421
Binary1000000110011000000111101110010100101110101110110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401920; }

 p { color: rgb(64,25,32); }

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

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

 a { background-color: rgb(64,25,32); }

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

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

 span { border-color: rgb(64,25,32); }

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