Html Css Color HEX #401C21 Temptress

📋 copy color: '#401C21'

red 64 ◦ green 28 ◦ blue 33

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

Shades of Temptress #401C21

Tints of Temptress #401C21

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.4%

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

R = 51.2%
G = 22.4%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#401C21 (or 0x401C21) is known color: Temptress. HEX triplet: 40, 1C and 21. RGB value is (64,28,33). Sum of RGB (Red+Green+Blue) = 64+28+33=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #401C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C21 is #BFE3DE. Grayscale: #272727. Windows color (decimal): -12575711 or 2169920. OLE color: 2169920.

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

Color convert

RGB 64 28 33 -
CMYK 0 0.56 0.48 0.75
HSL 351.67º 0.39% 0.18% -
HSV(B) 351.67º 0.56% 0.25% -
XYZ 2.8 2.03 1.68 -
YUV 39.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 64 28 33 0 0.56 0.48 0.75 351.67 0.39 0.18
Hex 40 1C 21 0 38 30 4B 160 27 12
Octal 100 34 41 0 70 60 113 540 47 22
Binary 1000000 11100 100001 0 111000 110000 1001011 101100000 100111 10010

Color Harmonies of #401C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C21

Black with #401C21

Text Example


Text Example

White with #401C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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