#411F25

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

Shades of Temptress #411F25

Tints of Temptress #411F25

Color information

#411F25 (or 0x411F25) is unknown color: approx Temptress. HEX triplet: 41, 1F and 25. RGB value is (65,31,37). Sum of RGB (Red+Green+Blue) = 65+31+37=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #411F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F25 is #BEE0DA. Grayscale: #292929. Windows color (decimal): -12509403 or 2432833. OLE color: 2432833.

HSL color Cylindrical-coordinate representation of color #411F25: hue angle of 349.41º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #411F25 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB653137-
CMYK00.520.430.75
HSL349.41º35.42%18.82%-
HSV(B)349.41º52.31%25.49%-
XYZ32.242.02-
YUV41.85125.26144.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.87%
GREEN value IS 31 (12.5% from 255) = 23.31%
BLUE value IS 37 (14.84% from 255) = 27.82%
R=48.87%
G=23.31%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65313700.520.430.75349.4135.4218.82
Hex411F250342B4B15d2313
Octal1013745064531135354323
Binary1000001111111001010110100101011100101110101110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,31,37); }

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

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

 a { background-color: rgb(65,31,37); }

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

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

 span { border-color: rgb(65,31,37); }

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