#401721

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

Shades of Temptress #401721

Tints of Temptress #401721

Color information

#401721 (or 0x401721) is unknown color: approx Temptress. HEX triplet: 40, 17 and 21. RGB value is (64,23,33). Sum of RGB (Red+Green+Blue) = 64+23+33=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #401721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401721 is #BFE8DE. Grayscale: #242424. Windows color (decimal): -12576991 or 2168640. OLE color: 2168640.

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

Color convert

RGB642333-
CMYK00.640.480.75
HSL345.37º47.13%17.06%-
HSV(B)345.37º64.06%25.1%-
XYZ2.71.811.65-
YUV36.4126.08147.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.33%
GREEN value IS 23 (9.38% from 255) = 19.17%
BLUE value IS 33 (13.28% from 255) = 27.5%
R=53.33%
G=19.17%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64233300.640.480.75345.3747.1317.06
Hex401721040304B1592f11
Octal10027410100601135315721
Binary10000001011110000101000000110000100101110101100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401721; }

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

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

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

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

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

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

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

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