#41181F

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

Shades of Temptress #41181F

Tints of Temptress #41181F

Color information

#41181F (or 0x41181F) is unknown color: approx Temptress. HEX triplet: 41, 18 and 1F. RGB value is (65,24,31). Sum of RGB (Red+Green+Blue) = 65+24+31=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #41181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41181F is #BEE7E0. Grayscale: #252525. Windows color (decimal): -12511201 or 2037825. OLE color: 2037825.

HSL color Cylindrical-coordinate representation of color #41181F: hue angle of 349.76º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41181F is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB652431-
CMYK00.630.520.75
HSL349.76º46.07%17.45%-
HSV(B)349.76º63.08%25.49%-
XYZ2.751.881.51-
YUV37.06124.58147.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.17%
GREEN value IS 24 (9.77% from 255) = 20%
BLUE value IS 31 (12.5% from 255) = 25.83%
R=54.17%
G=20%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65243100.630.520.75349.7646.0717.45
Hex41181F03F344B15e2e11
Octal1013037077641135365621
Binary100000111000111110111111110100100101110101111010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41181F; }

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

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

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

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

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

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

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

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