Html Css Color HEX #401950 Scarlet Gum

📋 copy color: '#401950'

red 64 ◦ green 25 ◦ blue 80

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

Shades of Scarlet Gum #401950

Tints of Scarlet Gum #401950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 47.34%

R = 37.87%
G = 14.79%
B = 47.34%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#401950 (or 0x401950) is known color: Scarlet Gum. HEX triplet: 40, 19 and 50. RGB value is (64,25,80). Sum of RGB (Red+Green+Blue) = 64+25+80=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #401950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401950 is #BFE6AF. Grayscale: #2A2A2A. Windows color (decimal): -12576432 or 5249344. OLE color: 5249344.

HSL color Cylindrical-coordinate representation of color #401950: hue angle of 282.55º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #401950 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 25 80 -
CMYK 0.20 0.69 0 0.69
HSL 282.55º 0.52% 0.21% -
HSV(B) 282.55º 0.69% 0.31% -
XYZ 3.91 2.36 7.84 -
YUV 42.93 148.92 143.03 -
System Red Green Blue C M Y K H S L
Decimal 64 25 80 0.20 0.69 0 0.69 282.55 0.52 0.21
Hex 40 19 50 14 45 0 45 11B 34 15
Octal 100 31 120 24 105 0 105 433 64 25
Binary 1000000 11001 1010000 10100 1000101 0 1000101 100011011 110100 10101

Color Harmonies of #401950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401950

Black with #401950

Text Example


Text Example

White with #401950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401950; }

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

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

background-color css

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

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

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

border-color css

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

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

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