#401A50

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

Shades of Scarlet Gum #401A50

Tints of Scarlet Gum #401A50

Color information

#401A50 (or 0x401A50) is unknown color: approx Scarlet Gum. HEX triplet: 40, 1A and 50. RGB value is (64,26,80). Sum of RGB (Red+Green+Blue) = 64+26+80=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #401A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A50 is #BFE5AF. Grayscale: #2B2B2B. Windows color (decimal): -12576176 or 5249600. OLE color: 5249600.

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

Color convert

RGB642680-
CMYK0.200.6700.69
HSL282.22º50.94%20.78%-
HSV(B)282.22º67.5%31.37%-
XYZ3.932.417.85-
YUV43.52148.59142.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.65%
GREEN value IS 26 (10.55% from 255) = 15.29%
BLUE value IS 80 (31.64% from 255) = 47.06%
R=37.65%
G=15.29%
B=47.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6426800.200.6700.69282.2250.9420.78
Hex401A50144304511a3315
Octal100321202410301054326325
Binary10000001101010100001010010000110100010110001101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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