#401655

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

Shades of Scarlet Gum #401655

Tints of Scarlet Gum #401655

Color information

#401655 (or 0x401655) is unknown color: approx Scarlet Gum. HEX triplet: 40, 16 and 55. RGB value is (64,22,85). Sum of RGB (Red+Green+Blue) = 64+22+85=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #401655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401655 is #BFE9AA. Grayscale: #292929. Windows color (decimal): -12577195 or 5576256. OLE color: 5576256.

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

Color convert

RGB642285-
CMYK0.250.7400.67
HSL280º58.88%20.98%-
HSV(B)280º74.12%33.33%-
XYZ4.042.328.83-
YUV41.74152.41143.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 22 (8.98% from 255) = 12.87%
BLUE value IS 85 (33.59% from 255) = 49.71%
R=37.43%
G=12.87%
B=49.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6422850.250.7400.6728058.8820.98
Hex401655194A0431183b15
Octal100261253111201034307325
Binary10000001011010101011100110010100100001110001100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401655; }

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

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

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

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

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

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

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

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