#401156

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

Shades of Scarlet Gum #401156

Tints of Scarlet Gum #401156

Color information

#401156 (or 0x401156) is unknown color: approx Scarlet Gum. HEX triplet: 40, 11 and 56. RGB value is (64,17,86). Sum of RGB (Red+Green+Blue) = 64+17+86=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #401156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401156 is #BFEEA9. Grayscale: #262626. Windows color (decimal): -12578474 or 5640512. OLE color: 5640512.

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

Color convert

RGB641786-
CMYK0.260.8000.66
HSL280.87º66.99%20.2%-
HSV(B)280.87º80.23%33.73%-
XYZ3.992.169.01-
YUV38.92154.57145.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.32%
GREEN value IS 17 (7.03% from 255) = 10.18%
BLUE value IS 86 (33.98% from 255) = 51.50%
R=38.32%
G=10.18%
B=51.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6417860.260.8000.66280.8766.9920.2
Hex4011561A500421194314
Octal1002112632120010243110324
Binary100000010001101011011010101000001000010100011001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401156; }

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

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

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

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

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

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

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

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