Html Css Color HEX #401221 Temptress

📋 copy color: '#401221'

red 64 ◦ green 18 ◦ blue 33

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

Shades of Temptress #401221

Tints of Temptress #401221

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.65%

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

R = 55.65%
G = 15.65%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#401221 (or 0x401221) is known color: Temptress. HEX triplet: 40, 12 and 21. RGB value is (64,18,33). Sum of RGB (Red+Green+Blue) = 64+18+33=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #401221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401221 is #BFEDDE. Grayscale: #212121. Windows color (decimal): -12578271 or 2167360. OLE color: 2167360.

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

Color convert

RGB 64 18 33 -
CMYK 0 0.72 0.48 0.75
HSL 340.43º 0.56% 0.16% -
HSV(B) 340.43º 0.72% 0.25% -
XYZ 2.61 1.63 1.62 -
YUV 33.46 127.74 149.78 -
System Red Green Blue C M Y K H S L
Decimal 64 18 33 0 0.72 0.48 0.75 340.43 0.56 0.16
Hex 40 12 21 0 48 30 4B 154 38 10
Octal 100 22 41 0 110 60 113 524 70 20
Binary 1000000 10010 100001 0 1001000 110000 1001011 101010100 111000 10000

Color Harmonies of #401221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401221

Black with #401221

Text Example


Text Example

White with #401221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401221; }

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

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

background-color css

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

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

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

border-color css

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

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

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