Html Css Color HEX #400959 Scarlet Gum

📋 copy color: '#400959'

red 64 ◦ green 9 ◦ blue 89

#400959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #400959

Tints of Scarlet Gum #400959

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 value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#400959 (or 0x400959) is known color: 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

RGB 64 9 89 -
CMYK 0.28 0.90 0 0.65
HSL 281.25º 0.82% 0.19% -
HSV(B) 281.25º 0.9% 0.35% -
XYZ 4.02 2.01 9.63 -
YUV 34.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 64 9 89 0.28 0.90 0 0.65 281.25 0.82 0.19
Hex 40 9 59 1C 5A 0 41 119 52 13
Octal 100 11 131 34 132 0 101 431 122 23
Binary 1000000 1001 1011001 11100 1011010 0 1000001 100011001 1010010 10011

Color Harmonies of #400959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400959

Black with #400959

Text Example


Text Example

White with #400959

Text Example


Text Example

HTML Codes & Css Web 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>