#401555

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

Shades of Scarlet Gum #401555

Tints of Scarlet Gum #401555

Color information

#401555 (or 0x401555) is unknown color: approx Scarlet Gum. HEX triplet: 40, 15 and 55. RGB value is (64,21,85). Sum of RGB (Red+Green+Blue) = 64+21+85=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #401555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401555 is #BFEAAA. Grayscale: #282828. Windows color (decimal): -12577451 or 5576000. OLE color: 5576000.

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

Color convert

RGB642185-
CMYK0.250.7500.67
HSL280.31º60.38%20.78%-
HSV(B)280.31º75.29%33.33%-
XYZ4.022.288.82-
YUV41.15152.75144.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.65%
GREEN value IS 21 (8.59% from 255) = 12.35%
BLUE value IS 85 (33.59% from 255) = 50%
R=37.65%
G=12.35%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6421850.250.7500.67280.3160.3820.78
Hex401555194B0431183c15
Octal100251253111301034307425
Binary10000001010110101011100110010110100001110001100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401555; }

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

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

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

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

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

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

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

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