#401F27

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

Shades of Temptress #401F27

Tints of Temptress #401F27

Color information

#401F27 (or 0x401F27) is unknown color: approx Temptress. HEX triplet: 40, 1F and 27. RGB value is (64,31,39). Sum of RGB (Red+Green+Blue) = 64+31+39=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #401F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F27 is #BFE0D8. Grayscale: #292929. Windows color (decimal): -12574937 or 2563904. OLE color: 2563904.

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

Color convert

RGB643139-
CMYK00.520.390.75
HSL345.45º34.74%18.63%-
HSV(B)345.45º51.56%25.1%-
XYZ2.972.222.19-
YUV41.78126.43143.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 31 (12.5% from 255) = 23.13%
BLUE value IS 39 (15.62% from 255) = 29.10%
R=47.76%
G=23.13%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64313900.520.390.75345.4534.7418.63
Hex401F27034274B1592313
Octal1003747064471135314323
Binary1000000111111001110110100100111100101110101100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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