#40252B

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

Shades of Temptress #40252B

Tints of Temptress #40252B

Color information

#40252B (or 0x40252B) is unknown color: approx Temptress. HEX triplet: 40, 25 and 2B. RGB value is (64,37,43). Sum of RGB (Red+Green+Blue) = 64+37+43=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #40252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40252B is #BFDAD4. Grayscale: #2D2D2D. Windows color (decimal): -12573397 or 2827584. OLE color: 2827584.

HSL color Cylindrical-coordinate representation of color #40252B: hue angle of 346.67º 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 #40252B is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB643743-
CMYK00.420.330.75
HSL346.67º26.73%19.8%-
HSV(B)346.67º42.19%25.1%-
XYZ3.212.592.62-
YUV45.76126.45141.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.44%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 43 (17.19% from 255) = 29.86%
R=44.44%
G=25.69%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64374300.420.330.75346.6726.7319.8
Hex40252B02A214B15b1b14
Octal1004553052411135333324
Binary1000000100101101011010101010000110010111010110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40252B; }

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

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

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

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

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

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

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

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