#402025

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

Shades of Temptress #402025

Tints of Temptress #402025

Color information

#402025 (or 0x402025) is unknown color: approx Temptress. HEX triplet: 40, 20 and 25. RGB value is (64,32,37). Sum of RGB (Red+Green+Blue) = 64+32+37=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #402025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402025 is #BFDFDA. Grayscale: #2A2A2A. Windows color (decimal): -12574683 or 2433088. OLE color: 2433088.

HSL color Cylindrical-coordinate representation of color #402025: hue angle of 350.62º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402025 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB643237-
CMYK00.500.420.75
HSL350.62º33.33%18.82%-
HSV(B)350.62º50%25.1%-
XYZ2.962.262.03-
YUV42.14125.1143.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.12%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 37 (14.84% from 255) = 27.82%
R=48.12%
G=24.06%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64323700.500.420.75350.6233.3318.82
Hex4020250322A4B15f2113
Octal1004045062521135374123
Binary10000001000001001010110010101010100101110101111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402025; }

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

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

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

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

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

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

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

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