#401D27

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

Shades of Temptress #401D27

Tints of Temptress #401D27

Color information

#401D27 (or 0x401D27) is unknown color: approx Temptress. HEX triplet: 40, 1D and 27. RGB value is (64,29,39). Sum of RGB (Red+Green+Blue) = 64+29+39=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #401D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D27 is #BFE2D8. Grayscale: #282828. Windows color (decimal): -12575449 or 2563392. OLE color: 2563392.

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

Color convert

RGB642939-
CMYK00.550.390.75
HSL342.86º37.63%18.24%-
HSV(B)342.86º54.69%25.1%-
XYZ2.922.122.17-
YUV40.6127.1144.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 29 (11.72% from 255) = 21.97%
BLUE value IS 39 (15.62% from 255) = 29.55%
R=48.48%
G=21.97%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64293900.550.390.75342.8637.6318.24
Hex401D27037274B1572612
Octal1003547067471135274622
Binary1000000111011001110110111100111100101110101011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,29,39); }

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

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

 a { background-color: rgb(64,29,39); }

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

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

 span { border-color: rgb(64,29,39); }

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