#401556

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

Shades of Scarlet Gum #401556

Tints of Scarlet Gum #401556

Color information

#401556 (or 0x401556) is unknown color: approx Scarlet Gum. HEX triplet: 40, 15 and 56. RGB value is (64,21,86). Sum of RGB (Red+Green+Blue) = 64+21+86=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #401556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401556 is #BFEAA9. Grayscale: #292929. Windows color (decimal): -12577450 or 5641536. OLE color: 5641536.

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

Color convert

RGB642186-
CMYK0.260.7600.66
HSL279.69º60.75%20.98%-
HSV(B)279.69º75.58%33.73%-
XYZ4.062.39.03-
YUV41.27153.25144.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 86 (33.98% from 255) = 50.29%
R=37.43%
G=12.28%
B=50.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6421860.260.7600.66279.6960.7520.98
Hex4015561A4C0421183d15
Octal100251263211401024307525
Binary10000001010110101101101010011000100001010001100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401556; }

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

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

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

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

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

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

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

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