#401B25

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

Shades of Temptress #401B25

Tints of Temptress #401B25

Color information

#401B25 (or 0x401B25) is unknown color: approx Temptress. HEX triplet: 40, 1B and 25. RGB value is (64,27,37). Sum of RGB (Red+Green+Blue) = 64+27+37=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #401B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B25 is #BFE4DA. Grayscale: #272727. Windows color (decimal): -12575963 or 2431808. OLE color: 2431808.

HSL color Cylindrical-coordinate representation of color #401B25: hue angle of 343.78º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #401B25 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB642737-
CMYK00.580.420.75
HSL343.78º40.66%17.84%-
HSV(B)343.78º57.81%25.1%-
XYZ2.842.011.99-
YUV39.2126.76145.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50%
GREEN value IS 27 (10.94% from 255) = 21.09%
BLUE value IS 37 (14.84% from 255) = 28.91%
R=50%
G=21.09%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64273700.580.420.75343.7840.6617.84
Hex401B2503A2A4B1582912
Octal1003345072521135305122
Binary1000000110111001010111010101010100101110101100010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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