Html Css Color HEX #401F49 Scarlet Gum

📋 copy color: '#401F49'

red 64 ◦ green 31 ◦ blue 73

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

Shades of Scarlet Gum #401F49

Tints of Scarlet Gum #401F49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 43.45%

R = 38.1%
G = 18.45%
B = 43.45%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#401F49 (or 0x401F49) is known color: Scarlet Gum. HEX triplet: 40, 1F and 49. RGB value is (64,31,73). Sum of RGB (Red+Green+Blue) = 64+31+73=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 73 - color contains mainly: blue. Hex color #401F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F49 is #BFE0B6. Grayscale: #2D2D2D. Windows color (decimal): -12574903 or 4792128. OLE color: 4792128.

HSL color Cylindrical-coordinate representation of color #401F49: hue angle of 287.14º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #401F49 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 31 73 -
CMYK 0.12 0.58 0 0.71
HSL 287.14º 0.4% 0.2% -
HSV(B) 287.14º 0.58% 0.29% -
XYZ 3.81 2.55 6.6 -
YUV 45.66 143.43 141.08 -
System Red Green Blue C M Y K H S L
Decimal 64 31 73 0.12 0.58 0 0.71 287.14 0.4 0.2
Hex 40 1F 49 C 3A 0 47 11F 28 14
Octal 100 37 111 14 72 0 107 437 50 24
Binary 1000000 11111 1001001 1100 111010 0 1000111 100011111 101000 10100

Color Harmonies of #401F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401F49

Black with #401F49

Text Example


Text Example

White with #401F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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