#41252C

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

Shades of Temptress #41252C

Tints of Temptress #41252C

Color information

#41252C (or 0x41252C) is unknown color: approx Temptress. HEX triplet: 41, 25 and 2C. RGB value is (65,37,44). Sum of RGB (Red+Green+Blue) = 65+37+44=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #41252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41252C is #BEDAD3. Grayscale: #2E2E2E. Windows color (decimal): -12507860 or 2893121. OLE color: 2893121.

HSL color Cylindrical-coordinate representation of color #41252C: hue angle of 345º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #41252C is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB653744-
CMYK00.430.320.75
HSL345º27.45%20%-
HSV(B)345º43.08%25.49%-
XYZ3.32.632.72-
YUV46.17126.78141.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.52%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=44.52%
G=25.34%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65374400.430.320.7534527.4520
Hex41252C02B204B1591b14
Octal1014554053401135313324
Binary1000001100101101100010101110000010010111010110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41252C; }

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

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

<style>
 a { background-color: #41252C; }

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

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

<style>
 span { border-color: #41252C; }

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

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