#401121

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

Shades of Temptress #401121

Tints of Temptress #401121

Color information

#401121 (or 0x401121) is unknown color: approx Temptress. HEX triplet: 40, 11 and 21. RGB value is (64,17,33). Sum of RGB (Red+Green+Blue) = 64+17+33=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #401121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401121 is #BFEEDE. Grayscale: #202020. Windows color (decimal): -12578527 or 2167104. OLE color: 2167104.

HSL color Cylindrical-coordinate representation of color #401121: hue angle of 339.57º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401121 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB641733-
CMYK00.730.480.75
HSL339.57º58.02%15.88%-
HSV(B)339.57º73.44%25.1%-
XYZ2.591.61.61-
YUV32.88128.07150.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.14%
GREEN value IS 17 (7.03% from 255) = 14.91%
BLUE value IS 33 (13.28% from 255) = 28.95%
R=56.14%
G=14.91%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64173300.730.480.75339.5758.0215.88
Hex401121049304B1543a10
Octal10021410111601135247220
Binary10000001000110000101001001110000100101110101010011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401121; }

 p { color: rgb(64,17,33); }

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

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

 a { background-color: rgb(64,17,33); }

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

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

 span { border-color: rgb(64,17,33); }

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