#41242A

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

Shades of Temptress #41242A

Tints of Temptress #41242A

Color information

#41242A (or 0x41242A) is unknown color: approx Temptress. HEX triplet: 41, 24 and 2A. RGB value is (65,36,42). Sum of RGB (Red+Green+Blue) = 65+36+42=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #41242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41242A is #BEDBD5. Grayscale: #2D2D2D. Windows color (decimal): -12508118 or 2761793. OLE color: 2761793.

HSL color Cylindrical-coordinate representation of color #41242A: hue angle of 347.59º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #41242A is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB653642-
CMYK00.450.350.75
HSL347.59º28.71%19.8%-
HSV(B)347.59º44.62%25.49%-
XYZ3.232.552.51-
YUV45.35126.11142.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 36 (14.45% from 255) = 25.17%
BLUE value IS 42 (16.80% from 255) = 29.37%
R=45.45%
G=25.17%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65364200.450.350.75347.5928.7119.8
Hex41242A02D234B15c1d14
Octal1014452055431135343524
Binary1000001100100101010010110110001110010111010111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41242A; }

 p { color: rgb(65,36,42); }

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

<style>
 a { background-color: #41242A; }

 a { background-color: rgb(65,36,42); }

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

<style>
 span { border-color: #41242A; }

 span { border-color: rgb(65,36,42); }

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