#401056

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

Shades of Scarlet Gum #401056

Tints of Scarlet Gum #401056

Color information

#401056 (or 0x401056) is unknown color: approx Scarlet Gum. HEX triplet: 40, 10 and 56. RGB value is (64,16,86). Sum of RGB (Red+Green+Blue) = 64+16+86=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 86 (33.98% from 255 or 51.81% from 166); Max value from RGB is 86 - color contains mainly: blue. Hex color #401056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401056 is #BFEFA9. Grayscale: #262626. Windows color (decimal): -12578730 or 5640256. OLE color: 5640256.

HSL color Cylindrical-coordinate representation of color #401056: hue angle of 281.14º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401056 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB641686-
CMYK0.260.8100.66
HSL281.14º68.63%20%-
HSV(B)281.14º81.4%33.73%-
XYZ3.982.139.01-
YUV38.33154.9146.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 16 (6.64% from 255) = 9.64%
BLUE value IS 86 (33.98% from 255) = 51.81%
R=38.55%
G=9.64%
B=51.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6416860.260.8100.66281.1468.6320
Hex4010561A510421194514
Octal1002012632121010243110524
Binary100000010000101011011010101000101000010100011001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401056; }

 p { color: rgb(64,16,86); }

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

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

 a { background-color: rgb(64,16,86); }

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

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

 span { border-color: rgb(64,16,86); }

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