Html Css Color HEX #401521 Temptress

📋 copy color: '#401521'

red 64 ◦ green 21 ◦ blue 33

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

Shades of Temptress #401521

Tints of Temptress #401521

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.8%

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

R = 54.24%
G = 17.8%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#401521 (or 0x401521) is known color: Temptress. HEX triplet: 40, 15 and 21. RGB value is (64,21,33). Sum of RGB (Red+Green+Blue) = 64+21+33=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #401521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401521 is #BFEADE. Grayscale: #232323. Windows color (decimal): -12577503 or 2168128. OLE color: 2168128.

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

Color convert

RGB 64 21 33 -
CMYK 0 0.67 0.48 0.75
HSL 343.26º 0.51% 0.17% -
HSV(B) 343.26º 0.67% 0.25% -
XYZ 2.66 1.74 1.63 -
YUV 35.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 64 21 33 0 0.67 0.48 0.75 343.26 0.51 0.17
Hex 40 15 21 0 43 30 4B 157 33 11
Octal 100 25 41 0 103 60 113 527 63 21
Binary 1000000 10101 100001 0 1000011 110000 1001011 101010111 110011 10001

Color Harmonies of #401521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401521

Black with #401521

Text Example


Text Example

White with #401521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401521; }

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

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

background-color css

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

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

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

border-color css

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

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

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