#400D57

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

Shades of Scarlet Gum #400D57

Tints of Scarlet Gum #400D57

Color information

#400D57 (or 0x400D57) is unknown color: approx Scarlet Gum. HEX triplet: 40, 0D and 57. RGB value is (64,13,87). Sum of RGB (Red+Green+Blue) = 64+13+87=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 87 (34.38% from 255 or 53.05% from 164); Max value from RGB is 87 - color contains mainly: blue. Hex color #400D57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400D57 is #BFF2A8. Grayscale: #242424. Windows color (decimal): -12579497 or 5705024. OLE color: 5705024.

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

Color convert

RGB641387-
CMYK0.260.8500.66
HSL281.35º74%19.61%-
HSV(B)281.35º85.06%34.12%-
XYZ3.982.079.21-
YUV36.68156.4147.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 13 (5.47% from 255) = 7.93%
BLUE value IS 87 (34.38% from 255) = 53.05%
R=39.02%
G=7.93%
B=53.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6413870.260.8500.66281.357419.61
Hex40D571A550421194a14
Octal1001512732125010243111224
Binary10000001101101011111010101010101000010100011001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400D57; }

 p { color: rgb(64,13,87); }

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

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

 a { background-color: rgb(64,13,87); }

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

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

 span { border-color: rgb(64,13,87); }

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