#40181F

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

Shades of Temptress #40181F

Tints of Temptress #40181F

Color information

#40181F (or 0x40181F) is unknown color: approx Temptress. HEX triplet: 40, 18 and 1F. RGB value is (64,24,31). Sum of RGB (Red+Green+Blue) = 64+24+31=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #40181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40181F is #BFE7E0. Grayscale: #242424. Windows color (decimal): -12576737 or 2037824. OLE color: 2037824.

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

Color convert

RGB642431-
CMYK00.620.520.75
HSL349.5º45.45%17.25%-
HSV(B)349.5º62.5%25.1%-
XYZ2.691.841.51-
YUV36.76124.75147.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 24 (9.77% from 255) = 20.17%
BLUE value IS 31 (12.5% from 255) = 26.05%
R=53.78%
G=20.17%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64243100.620.520.75349.545.4517.25
Hex40181F03E344B15e2d11
Octal1003037076641135365521
Binary100000011000111110111110110100100101110101111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40181F; }

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

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

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

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

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

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

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

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