#412328

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

Shades of Temptress #412328

Tints of Temptress #412328

Color information

#412328 (or 0x412328) is unknown color: approx Temptress. HEX triplet: 41, 23 and 28. RGB value is (65,35,40). Sum of RGB (Red+Green+Blue) = 65+35+40=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #412328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412328 is #BEDCD7. Grayscale: #2C2C2C. Windows color (decimal): -12508376 or 2630465. OLE color: 2630465.

HSL color Cylindrical-coordinate representation of color #412328: hue angle of 350º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #412328 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB653540-
CMYK00.460.380.75
HSL350º30%19.61%-
HSV(B)350º46.15%25.49%-
XYZ3.162.482.32-
YUV44.54125.44142.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.43%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 40 (16.02% from 255) = 28.57%
R=46.43%
G=25%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65354000.460.380.753503019.61
Hex41232802E264B15e1e14
Octal1014350056461135363624
Binary1000001100011101000010111010011010010111010111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412328; }

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

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

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

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

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

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

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

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