#401B20

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

Shades of Temptress #401B20

Tints of Temptress #401B20

Color information

#401B20 (or 0x401B20) is unknown color: approx Temptress. HEX triplet: 40, 1B and 20. RGB value is (64,27,32). Sum of RGB (Red+Green+Blue) = 64+27+32=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #401B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B20 is #BFE4DF. Grayscale: #262626. Windows color (decimal): -12575968 or 2104128. OLE color: 2104128.

HSL color Cylindrical-coordinate representation of color #401B20: hue angle of 351.89º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #401B20 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB642732-
CMYK00.580.500.75
HSL351.89º40.66%17.84%-
HSV(B)351.89º57.81%25.1%-
XYZ2.771.981.6-
YUV38.63124.26146.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 27 (10.94% from 255) = 21.95%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=52.03%
G=21.95%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64273200.580.500.75351.8940.6617.84
Hex401B2003A324B1602912
Octal1003340072621135405122
Binary1000000110111000000111010110010100101110110000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401B20; }

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

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

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

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

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

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

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

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