Html Css Color HEX #401350 Scarlet Gum

📋 copy color: '#401350'

red 64 ◦ green 19 ◦ blue 80

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

Shades of Scarlet Gum #401350

Tints of Scarlet Gum #401350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.66%

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

R = 39.26%
G = 11.66%
B = 49.08%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#401350 (or 0x401350) is known color: Scarlet Gum. HEX triplet: 40, 13 and 50. RGB value is (64,19,80). Sum of RGB (Red+Green+Blue) = 64+19+80=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #401350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401350 is #BFECAF. Grayscale: #272727. Windows color (decimal): -12577968 or 5247808. OLE color: 5247808.

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

Color convert

RGB 64 19 80 -
CMYK 0.20 0.76 0 0.69
HSL 284.26º 0.62% 0.19% -
HSV(B) 284.26º 0.76% 0.31% -
XYZ 3.8 2.13 7.8 -
YUV 39.41 150.91 145.54 -
System Red Green Blue C M Y K H S L
Decimal 64 19 80 0.20 0.76 0 0.69 284.26 0.62 0.19
Hex 40 13 50 14 4C 0 45 11C 3E 13
Octal 100 23 120 24 114 0 105 434 76 23
Binary 1000000 10011 1010000 10100 1001100 0 1000101 100011100 111110 10011

Color Harmonies of #401350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401350

Black with #401350

Text Example


Text Example

White with #401350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401350; }

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

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

background-color css

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

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

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

border-color css

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

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

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