#401956

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

Shades of Scarlet Gum #401956

Tints of Scarlet Gum #401956

Color information

#401956 (or 0x401956) is unknown color: approx Scarlet Gum. HEX triplet: 40, 19 and 56. RGB value is (64,25,86). Sum of RGB (Red+Green+Blue) = 64+25+86=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #401956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401956 is #BFE6A9. Grayscale: #2B2B2B. Windows color (decimal): -12576426 or 5642560. OLE color: 5642560.

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

Color convert

RGB642586-
CMYK0.260.7100.66
HSL278.36º54.95%21.76%-
HSV(B)278.36º70.93%33.73%-
XYZ4.142.469.06-
YUV43.62151.92142.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 86 (33.98% from 255) = 49.14%
R=36.57%
G=14.29%
B=49.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6425860.260.7100.66278.3654.9521.76
Hex4019561A470421163716
Octal100311263210701024266726
Binary10000001100110101101101010001110100001010001011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401956; }

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

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

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

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

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

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

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

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