Html Css Color HEX #401421 Temptress

📋 copy color: '#401421'

red 64 ◦ green 20 ◦ blue 33

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

Shades of Temptress #401421

Tints of Temptress #401421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.09%

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

R = 54.7%
G = 17.09%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#401421 (or 0x401421) is known color: Temptress. HEX triplet: 40, 14 and 21. RGB value is (64,20,33). Sum of RGB (Red+Green+Blue) = 64+20+33=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #401421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401421 is #BFEBDE. Grayscale: #222222. Windows color (decimal): -12577759 or 2167872. OLE color: 2167872.

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

Color convert

RGB 64 20 33 -
CMYK 0 0.69 0.48 0.75
HSL 342.27º 0.52% 0.16% -
HSV(B) 342.27º 0.69% 0.25% -
XYZ 2.64 1.7 1.63 -
YUV 34.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 64 20 33 0 0.69 0.48 0.75 342.27 0.52 0.16
Hex 40 14 21 0 45 30 4B 156 34 10
Octal 100 24 41 0 105 60 113 526 64 20
Binary 1000000 10100 100001 0 1000101 110000 1001011 101010110 110100 10000

Color Harmonies of #401421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401421

Black with #401421

Text Example


Text Example

White with #401421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401421; }

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

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

background-color css

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

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

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

border-color css

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

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

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