#401720

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

Shades of Temptress #401720

Tints of Temptress #401720

Color information

#401720 (or 0x401720) is unknown color: approx Temptress. HEX triplet: 40, 17 and 20. RGB value is (64,23,32). Sum of RGB (Red+Green+Blue) = 64+23+32=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #401720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401720 is #BFE8DF. Grayscale: #242424. Windows color (decimal): -12576992 or 2103104. OLE color: 2103104.

HSL color Cylindrical-coordinate representation of color #401720: hue angle of 346.83º 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 #401720 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB642332-
CMYK00.640.500.75
HSL346.83º47.13%17.06%-
HSV(B)346.83º64.06%25.1%-
XYZ2.681.811.57-
YUV36.29125.58147.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 23 (9.38% from 255) = 19.33%
BLUE value IS 32 (12.89% from 255) = 26.89%
R=53.78%
G=19.33%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64233200.640.500.75346.8347.1317.06
Hex401720040324B15b2f11
Octal10027400100621135335721
Binary10000001011110000001000000110010100101110101101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401720; }

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

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

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

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

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

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

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

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