#412025

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

Shades of Temptress #412025

Tints of Temptress #412025

Color information

#412025 (or 0x412025) is unknown color: approx Temptress. HEX triplet: 41, 20 and 25. RGB value is (65,32,37). Sum of RGB (Red+Green+Blue) = 65+32+37=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #412025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412025 is #BEDFDA. Grayscale: #2A2A2A. Windows color (decimal): -12509147 or 2433089. OLE color: 2433089.

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

Color convert

RGB653237-
CMYK00.510.430.75
HSL350.91º34.02%19.02%-
HSV(B)350.91º50.77%25.49%-
XYZ3.032.292.03-
YUV42.44124.93144.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 37 (14.84% from 255) = 27.61%
R=48.51%
G=23.88%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65323700.510.430.75350.9134.0219.02
Hex4120250332B4B15f2213
Octal1014045063531135374223
Binary10000011000001001010110011101011100101110101111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412025; }

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

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

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

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

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

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

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

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