#401D50

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

Shades of Scarlet Gum #401D50

Tints of Scarlet Gum #401D50

Color information

#401D50 (or 0x401D50) is unknown color: approx Scarlet Gum. HEX triplet: 40, 1D and 50. RGB value is (64,29,80). Sum of RGB (Red+Green+Blue) = 64+29+80=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #401D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401D50 is #BFE2AF. Grayscale: #2D2D2D. Windows color (decimal): -12575408 or 5250368. OLE color: 5250368.

HSL color Cylindrical-coordinate representation of color #401D50: hue angle of 281.18º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #401D50 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB642980-
CMYK0.200.6400.69
HSL281.18º46.79%21.37%-
HSV(B)281.18º63.75%31.37%-
XYZ42.557.87-
YUV45.28147.6141.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.99%
GREEN value IS 29 (11.72% from 255) = 16.76%
BLUE value IS 80 (31.64% from 255) = 46.24%
R=36.99%
G=16.76%
B=46.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6429800.200.6400.69281.1846.7921.37
Hex401D5014400451192f15
Octal100351202410001054315725
Binary10000001110110100001010010000000100010110001100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,29,80); }

 H1.HeaderClassName
 {
   color: #401D50;
 }
 .AnyTagClassName
 {
   color: #401D50;
 }
</style>
background-color css

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

 a { background-color: rgb(64,29,80); }

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

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

 span { border-color: rgb(64,29,80); }

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