#401420

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

Shades of Temptress #401420

Tints of Temptress #401420

Color information

#401420 (or 0x401420) is unknown color: approx Temptress. HEX triplet: 40, 14 and 20. RGB value is (64,20,32). Sum of RGB (Red+Green+Blue) = 64+20+32=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #401420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401420 is #BFEBDF. Grayscale: #222222. Windows color (decimal): -12577760 or 2102336. OLE color: 2102336.

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

Color convert

RGB642032-
CMYK00.690.500.75
HSL343.64º52.38%16.47%-
HSV(B)343.64º68.75%25.1%-
XYZ2.631.691.56-
YUV34.52126.58149.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.17%
GREEN value IS 20 (8.20% from 255) = 17.24%
BLUE value IS 32 (12.89% from 255) = 27.59%
R=55.17%
G=17.24%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64203200.690.500.75343.6452.3816.47
Hex401420045324B1583410
Octal10024400105621135306420
Binary10000001010010000001000101110010100101110101100011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401420; }

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

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

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

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

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

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

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

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