#400959

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

Shades of Scarlet Gum #400959

Tints of Scarlet Gum #400959

Color information

#400959 (or 0x400959) is unknown color: approx Scarlet Gum. HEX triplet: 40, 09 and 59. RGB value is (64,9,89). Sum of RGB (Red+Green+Blue) = 64+9+89=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #400959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400959 is #BFF6A6. Grayscale: #222222. Windows color (decimal): -12580519 or 5835072. OLE color: 5835072.

HSL color Cylindrical-coordinate representation of color #400959: hue angle of 281.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #400959 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB64989-
CMYK0.280.9000.65
HSL281.25º81.63%19.22%-
HSV(B)281.25º89.89%34.9%-
XYZ4.022.019.63-
YUV34.56158.72149-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.51%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 89 (35.16% from 255) = 54.94%
R=39.51%
G=5.56%
B=54.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal649890.280.9000.65281.2581.6319.22
Hex409591C5A0411195213
Octal1001113134132010143112223
Binary10000001001101100111100101101001000001100011001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400959; }

 p { color: rgb(64,9,89); }

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

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

 a { background-color: rgb(64,9,89); }

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

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

 span { border-color: rgb(64,9,89); }

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