Html Css Color HEX #401959 Scarlet Gum

📋 copy color: '#401959'

red 64 ◦ green 25 ◦ blue 89

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

Shades of Scarlet Gum #401959

Tints of Scarlet Gum #401959

RGB

 RED value IS 64 (25.39% from 255) = 35.96%

 GREEN value IS 25 (10.16% from 255) = 14.04%

 BLUE value IS 89 (35.16% from 255) = 50%

R = 35.96%
G = 14.04%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#401959 (or 0x401959) is known color: Scarlet Gum. HEX triplet: 40, 19 and 59. RGB value is (64,25,89). Sum of RGB (Red+Green+Blue) = 64+25+89=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #401959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401959 is #BFE6A6. Grayscale: #2B2B2B. Windows color (decimal): -12576423 or 5839168. OLE color: 5839168.

HSL color Cylindrical-coordinate representation of color #401959: hue angle of 276.56º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401959 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 25 89 -
CMYK 0.28 0.72 0 0.65
HSL 276.56º 0.56% 0.22% -
HSV(B) 276.56º 0.72% 0.35% -
XYZ 4.27 2.51 9.71 -
YUV 43.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 64 25 89 0.28 0.72 0 0.65 276.56 0.56 0.22
Hex 40 19 59 1C 48 0 41 115 38 16
Octal 100 31 131 34 110 0 101 425 70 26
Binary 1000000 11001 1011001 11100 1001000 0 1000001 100010101 111000 10110

Color Harmonies of #401959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401959

Black with #401959

Text Example


Text Example

White with #401959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401959; }

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

 H1.HeaderClassName
 {
   color: #401959;
 }
 .AnyTagClassName
 {
   color: #401959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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