#401F49

Color #401F49 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #401F49

Tints of Scarlet Gum #401F49

Color information

#401F49 (or 0x401F49) is unknown color: approx 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

RGB643173-
CMYK0.120.5800.71
HSL287.14º40.38%20.39%-
HSV(B)287.14º57.53%28.63%-
XYZ3.812.556.6-
YUV45.66143.43141.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.10%
GREEN value IS 31 (12.5% from 255) = 18.45%
BLUE value IS 73 (28.91% from 255) = 43.45%
R=38.10%
G=18.45%
B=43.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6431730.120.5800.71287.1440.3820.39
Hex401F49C3A04711f2814
Octal10037111147201074375024
Binary100000011111100100111001110100100011110001111110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>