#411421

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

Shades of Temptress #411421

Tints of Temptress #411421

Color information

#411421 (or 0x411421) is unknown color: approx Temptress. HEX triplet: 41, 14 and 21. RGB value is (65,20,33). Sum of RGB (Red+Green+Blue) = 65+20+33=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #411421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411421 is #BEEBDE. Grayscale: #222222. Windows color (decimal): -12512223 or 2167873. OLE color: 2167873.

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

Color convert

RGB652033-
CMYK00.690.490.75
HSL342.67º52.94%16.67%-
HSV(B)342.67º69.23%25.49%-
XYZ2.71.731.63-
YUV34.94126.91149.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.08%
GREEN value IS 20 (8.20% from 255) = 16.95%
BLUE value IS 33 (13.28% from 255) = 27.97%
R=55.08%
G=16.95%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65203300.690.490.75342.6752.9416.67
Hex411421045314B1573511
Octal10124410105611135276521
Binary10000011010010000101000101110001100101110101011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411421; }

 p { color: rgb(65,20,33); }

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

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

 a { background-color: rgb(65,20,33); }

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

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

 span { border-color: rgb(65,20,33); }

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