#401D51

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

Shades of Scarlet Gum #401D51

Tints of Scarlet Gum #401D51

Color information

#401D51 (or 0x401D51) is unknown color: approx Scarlet Gum. HEX triplet: 40, 1D and 51. RGB value is (64,29,81). Sum of RGB (Red+Green+Blue) = 64+29+81=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 81 - color contains mainly: blue. Hex color #401D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401D51 is #BFE2AE. Grayscale: #2D2D2D. Windows color (decimal): -12575407 or 5315904. OLE color: 5315904.

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

Color convert

RGB642981-
CMYK0.210.6400.68
HSL280.38º47.27%21.57%-
HSV(B)280.38º64.2%31.76%-
XYZ4.042.568.07-
YUV45.39148.1141.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 29 (11.72% from 255) = 16.67%
BLUE value IS 81 (32.03% from 255) = 46.55%
R=36.78%
G=16.67%
B=46.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6429810.210.6400.68280.3847.2721.57
Hex401D5115400441182f16
Octal100351212510001044305726
Binary10000001110110100011010110000000100010010001100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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