Html Css Color HEX #401821 Temptress

📋 copy color: '#401821'

red 64 ◦ green 24 ◦ blue 33

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

Shades of Temptress #401821

Tints of Temptress #401821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.83%

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

R = 52.89%
G = 19.83%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#401821 (or 0x401821) is known color: Temptress. HEX triplet: 40, 18 and 21. RGB value is (64,24,33). Sum of RGB (Red+Green+Blue) = 64+24+33=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #401821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401821 is #BFE7DE. Grayscale: #242424. Windows color (decimal): -12576735 or 2168896. OLE color: 2168896.

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

Color convert

RGB 64 24 33 -
CMYK 0 0.62 0.48 0.75
HSL 346.5º 0.45% 0.17% -
HSV(B) 346.5º 0.63% 0.25% -
XYZ 2.72 1.85 1.65 -
YUV 36.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 64 24 33 0 0.62 0.48 0.75 346.5 0.45 0.17
Hex 40 18 21 0 3E 30 4B 15A 2D 11
Octal 100 30 41 0 76 60 113 532 55 21
Binary 1000000 11000 100001 0 111110 110000 1001011 101011010 101101 10001

Color Harmonies of #401821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401821

Black with #401821

Text Example


Text Example

White with #401821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401821; }

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

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

background-color css

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

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

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

border-color css

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

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

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