Html Css Color HEX #412329 Temptress

📋 copy color: '#412329'

red 65 ◦ green 35 ◦ blue 41

#412329
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Temptress #412329

Tints of Temptress #412329

RGB

 RED value IS 65 (25.78% from 255) = 46.1%

 GREEN value IS 35 (14.06% from 255) = 24.82%

 BLUE value IS 41 (16.41% from 255) = 29.08%

R = 46.1%
G = 24.82%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#412329 (or 0x412329) is known color: Temptress. HEX triplet: 41, 23 and 29. RGB value is (65,35,41). Sum of RGB (Red+Green+Blue) = 65+35+41=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #412329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412329 is #BEDCD6. Grayscale: #2C2C2C. Windows color (decimal): -12508375 or 2696001. OLE color: 2696001.

HSL color Cylindrical-coordinate representation of color #412329: hue angle of 348º 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 #412329 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 35 41 -
CMYK 0 0.46 0.37 0.75
HSL 348º 0.3% 0.2% -
HSV(B) 348º 0.46% 0.25% -
XYZ 3.18 2.49 2.41 -
YUV 44.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 65 35 41 0 0.46 0.37 0.75 348 0.3 0.2
Hex 41 23 29 0 2E 25 4B 15C 1E 14
Octal 101 43 51 0 56 45 113 534 36 24
Binary 1000001 100011 101001 0 101110 100101 1001011 101011100 11110 10100

Color Harmonies of #412329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412329

Black with #412329

Text Example


Text Example

White with #412329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412329; }

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

 H1.HeaderClassName
 {
   color: #412329;
 }
 .AnyTagClassName
 {
   color: #412329;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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