#401055

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

Shades of Scarlet Gum #401055

Tints of Scarlet Gum #401055

Color information

#401055 (or 0x401055) is unknown color: approx Scarlet Gum. HEX triplet: 40, 10 and 55. RGB value is (64,16,85). Sum of RGB (Red+Green+Blue) = 64+16+85=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #401055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401055 is #BFEFAA. Grayscale: #252525. Windows color (decimal): -12578731 or 5574720. OLE color: 5574720.

HSL color Cylindrical-coordinate representation of color #401055: hue angle of 281.74º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401055 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB641685-
CMYK0.250.8100.67
HSL281.74º68.32%19.8%-
HSV(B)281.74º81.18%33.33%-
XYZ3.942.128.8-
YUV38.22154.4146.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.79%
GREEN value IS 16 (6.64% from 255) = 9.70%
BLUE value IS 85 (33.59% from 255) = 51.52%
R=38.79%
G=9.70%
B=51.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6416850.250.8100.67281.7468.3219.8
Hex401055195104311a4414
Octal1002012531121010343210424
Binary100000010000101010111001101000101000011100011010100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401055; }

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

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

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

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

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

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

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

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