#411D21

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

Shades of Temptress #411D21

Tints of Temptress #411D21

Color information

#411D21 (or 0x411D21) is unknown color: approx Temptress. HEX triplet: 41, 1D and 21. RGB value is (65,29,33). Sum of RGB (Red+Green+Blue) = 65+29+33=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #411D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D21 is #BEE2DE. Grayscale: #282828. Windows color (decimal): -12509919 or 2170177. OLE color: 2170177.

HSL color Cylindrical-coordinate representation of color #411D21: hue angle of 353.33º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #411D21 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB652933-
CMYK00.550.490.75
HSL353.33º38.3%18.43%-
HSV(B)353.33º55.38%25.49%-
XYZ2.892.111.69-
YUV40.22123.93145.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 29 (11.72% from 255) = 22.83%
BLUE value IS 33 (13.28% from 255) = 25.98%
R=51.18%
G=22.83%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65293300.550.490.75353.3338.318.43
Hex411D21037314B1612612
Octal1013541067611135414622
Binary1000001111011000010110111110001100101110110000110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411D21; }

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

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

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

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

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

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

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

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