#411F28

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

Shades of Temptress #411F28

Tints of Temptress #411F28

Color information

#411F28 (or 0x411F28) is unknown color: approx Temptress. HEX triplet: 41, 1F and 28. RGB value is (65,31,40). Sum of RGB (Red+Green+Blue) = 65+31+40=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #411F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F28 is #BEE0D7. Grayscale: #2A2A2A. Windows color (decimal): -12509400 or 2629441. OLE color: 2629441.

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

Color convert

RGB653140-
CMYK00.520.380.75
HSL344.12º35.42%18.82%-
HSV(B)344.12º52.31%25.49%-
XYZ3.052.262.28-
YUV42.19126.76144.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.79%
GREEN value IS 31 (12.5% from 255) = 22.79%
BLUE value IS 40 (16.02% from 255) = 29.41%
R=47.79%
G=22.79%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65314000.520.380.75344.1235.4218.82
Hex411F28034264B1582313
Octal1013750064461135304323
Binary1000001111111010000110100100110100101110101100010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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