Html Css Color HEX #401F24 Temptress

📋 copy color: '#401F24'

red 64 ◦ green 31 ◦ blue 36

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

Shades of Temptress #401F24

Tints of Temptress #401F24

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.66%

 BLUE value IS 36 (14.45% from 255) = 27.48%

R = 48.85%
G = 23.66%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.75

RGB Variations

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

Color information

#401F24 (or 0x401F24) is known color: Temptress. HEX triplet: 40, 1F and 24. RGB value is (64,31,36). Sum of RGB (Red+Green+Blue) = 64+31+36=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #401F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F24 is #BFE0DB. Grayscale: #292929. Windows color (decimal): -12574940 or 2367296. OLE color: 2367296.

HSL color Cylindrical-coordinate representation of color #401F24: hue angle of 350.91º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #401F24 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 31 36 -
CMYK 0 0.52 0.44 0.75
HSL 350.91º 0.35% 0.19% -
HSV(B) 350.91º 0.52% 0.25% -
XYZ 2.92 2.2 1.94 -
YUV 41.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 64 31 36 0 0.52 0.44 0.75 350.91 0.35 0.19
Hex 40 1F 24 0 34 2C 4B 15F 23 13
Octal 100 37 44 0 64 54 113 537 43 23
Binary 1000000 11111 100100 0 110100 101100 1001011 101011111 100011 10011

Color Harmonies of #401F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401F24

Black with #401F24

Text Example


Text Example

White with #401F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,31,36); }

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

background-color css

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

 a { background-color: rgb(64,31,36); }

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

border-color css

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

 span { border-color: rgb(64,31,36); }

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