Html Css Color HEX #401321 Temptress

📋 copy color: '#401321'

red 64 ◦ green 19 ◦ blue 33

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

Shades of Temptress #401321

Tints of Temptress #401321

RGB

 RED value IS 64 (25.39% from 255) = 55.17%

 GREEN value IS 19 (7.81% from 255) = 16.38%

 BLUE value IS 33 (13.28% from 255) = 28.45%

R = 55.17%
G = 16.38%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#401321 (or 0x401321) is known color: Temptress. HEX triplet: 40, 13 and 21. RGB value is (64,19,33). Sum of RGB (Red+Green+Blue) = 64+19+33=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #401321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401321 is #BFECDE. Grayscale: #222222. Windows color (decimal): -12578015 or 2167616. OLE color: 2167616.

HSL color Cylindrical-coordinate representation of color #401321: hue angle of 341.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #401321 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 19 33 -
CMYK 0 0.70 0.48 0.75
HSL 341.33º 0.54% 0.16% -
HSV(B) 341.33º 0.7% 0.25% -
XYZ 2.62 1.67 1.62 -
YUV 34.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 64 19 33 0 0.70 0.48 0.75 341.33 0.54 0.16
Hex 40 13 21 0 46 30 4B 155 36 10
Octal 100 23 41 0 106 60 113 525 66 20
Binary 1000000 10011 100001 0 1000110 110000 1001011 101010101 110110 10000

Color Harmonies of #401321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401321

Black with #401321

Text Example


Text Example

White with #401321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401321; }

 p { color: rgb(64,19,33); }

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

background-color css

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

 a { background-color: rgb(64,19,33); }

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

border-color css

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

 span { border-color: rgb(64,19,33); }

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