#411D26

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

Shades of Temptress #411D26

Tints of Temptress #411D26

Color information

#411D26 (or 0x411D26) is unknown color: approx Temptress. HEX triplet: 41, 1D and 26. RGB value is (65,29,38). Sum of RGB (Red+Green+Blue) = 65+29+38=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #411D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D26 is #BEE2D9. Grayscale: #282828. Windows color (decimal): -12509914 or 2497857. OLE color: 2497857.

HSL color Cylindrical-coordinate representation of color #411D26: hue angle of 345º 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 #411D26 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB652938-
CMYK00.550.420.75
HSL345º38.3%18.43%-
HSV(B)345º55.38%25.49%-
XYZ2.972.142.09-
YUV40.79126.43145.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.24%
GREEN value IS 29 (11.72% from 255) = 21.97%
BLUE value IS 38 (15.23% from 255) = 28.79%
R=49.24%
G=21.97%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65293800.550.420.7534538.318.43
Hex411D260372A4B1592612
Octal1013546067521135314622
Binary1000001111011001100110111101010100101110101100110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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