Html Css Color HEX #412328 Temptress

📋 copy color: '#412328'

red 65 ◦ green 35 ◦ blue 40

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

Shades of Temptress #412328

Tints of Temptress #412328

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 value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#412328 (or 0x412328) is known color: 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

RGB 65 35 40 -
CMYK 0 0.46 0.38 0.75
HSL 350º 0.3% 0.2% -
HSV(B) 350º 0.46% 0.25% -
XYZ 3.16 2.48 2.32 -
YUV 44.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 65 35 40 0 0.46 0.38 0.75 350 0.3 0.2
Hex 41 23 28 0 2E 26 4B 15E 1E 14
Octal 101 43 50 0 56 46 113 536 36 24
Binary 1000001 100011 101000 0 101110 100110 1001011 101011110 11110 10100

Color Harmonies of #412328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412328

Black with #412328

Text Example


Text Example

White with #412328

Text Example


Text Example

HTML Codes & Css Web 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>