Html Css Color HEX #401459 Scarlet Gum

📋 copy color: '#401459'

red 64 ◦ green 20 ◦ blue 89

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

Shades of Scarlet Gum #401459

Tints of Scarlet Gum #401459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.56%

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

R = 36.99%
G = 11.56%
B = 51.45%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#401459 (or 0x401459) is known color: Scarlet Gum. HEX triplet: 40, 14 and 59. RGB value is (64,20,89). Sum of RGB (Red+Green+Blue) = 64+20+89=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #401459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401459 is #BFEBA6. Grayscale: #282828. Windows color (decimal): -12577703 or 5837888. OLE color: 5837888.

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

Color convert

RGB 64 20 89 -
CMYK 0.28 0.78 0 0.65
HSL 278.26º 0.63% 0.21% -
HSV(B) 278.26º 0.78% 0.35% -
XYZ 4.17 2.31 9.68 -
YUV 41.02 155.08 144.39 -
System Red Green Blue C M Y K H S L
Decimal 64 20 89 0.28 0.78 0 0.65 278.26 0.63 0.21
Hex 40 14 59 1C 4E 0 41 116 3F 15
Octal 100 24 131 34 116 0 101 426 77 25
Binary 1000000 10100 1011001 11100 1001110 0 1000001 100010110 111111 10101

Color Harmonies of #401459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401459

Black with #401459

Text Example


Text Example

White with #401459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401459; }

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

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

background-color css

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

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

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

border-color css

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

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

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