#402529

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

Shades of Temptress #402529

Tints of Temptress #402529

Color information

#402529 (or 0x402529) is unknown color: approx Temptress. HEX triplet: 40, 25 and 29. RGB value is (64,37,41). Sum of RGB (Red+Green+Blue) = 64+37+41=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #402529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402529 is #BFDAD6. Grayscale: #2D2D2D. Windows color (decimal): -12573399 or 2696512. OLE color: 2696512.

HSL color Cylindrical-coordinate representation of color #402529: hue angle of 351.11º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #402529 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB643741-
CMYK00.420.360.75
HSL351.11º26.73%19.8%-
HSV(B)351.11º42.19%25.1%-
XYZ3.182.572.43-
YUV45.53125.45141.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 37 (14.84% from 255) = 26.06%
BLUE value IS 41 (16.41% from 255) = 28.87%
R=45.07%
G=26.06%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64374100.420.360.75351.1126.7319.8
Hex40252902A244B15f1b14
Octal1004551052441135373324
Binary1000000100101101001010101010010010010111010111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402529; }

 p { color: rgb(64,37,41); }

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

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

 a { background-color: rgb(64,37,41); }

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

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

 span { border-color: rgb(64,37,41); }

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