Html Css Color HEX #401B21 Temptress

📋 copy color: '#401B21'

red 64 ◦ green 27 ◦ blue 33

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

Shades of Temptress #401B21

Tints of Temptress #401B21

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.77%

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

R = 51.61%
G = 21.77%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#401B21 (or 0x401B21) is known color: Temptress. HEX triplet: 40, 1B and 21. RGB value is (64,27,33). Sum of RGB (Red+Green+Blue) = 64+27+33=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #401B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B21 is #BFE4DE. Grayscale: #262626. Windows color (decimal): -12575967 or 2169664. OLE color: 2169664.

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

Color convert

RGB 64 27 33 -
CMYK 0 0.58 0.48 0.75
HSL 350.27º 0.41% 0.18% -
HSV(B) 350.27º 0.58% 0.25% -
XYZ 2.78 1.98 1.68 -
YUV 38.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 64 27 33 0 0.58 0.48 0.75 350.27 0.41 0.18
Hex 40 1B 21 0 3A 30 4B 15E 29 12
Octal 100 33 41 0 72 60 113 536 51 22
Binary 1000000 11011 100001 0 111010 110000 1001011 101011110 101001 10010

Color Harmonies of #401B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B21

Black with #401B21

Text Example


Text Example

White with #401B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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