Html Css Color HEX #501960 Scarlet Gum

📋 copy color: '#501960'

red 80 ◦ green 25 ◦ blue 96

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

Shades of Scarlet Gum #501960

Tints of Scarlet Gum #501960

RGB

 RED value IS 80 (31.64% from 255) = 39.8%

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

 BLUE value IS 96 (37.89% from 255) = 47.76%

R = 39.8%
G = 12.44%
B = 47.76%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#501960 (or 0x501960) is known color: Scarlet Gum. HEX triplet: 50, 19 and 60. RGB value is (80,25,96). Sum of RGB (Red+Green+Blue) = 80+25+96=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #501960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501960 is #AFE69F. Grayscale: #313131. Windows color (decimal): -11527840 or 6297936. OLE color: 6297936.

HSL color Cylindrical-coordinate representation of color #501960: hue angle of 286.48º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501960 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 25 96 -
CMYK 0.17 0.74 0 0.62
HSL 286.48º 0.59% 0.24% -
HSV(B) 286.48º 0.74% 0.38% -
XYZ 5.77 3.25 11.39 -
YUV 49.54 154.22 149.73 -
System Red Green Blue C M Y K H S L
Decimal 80 25 96 0.17 0.74 0 0.62 286.48 0.59 0.24
Hex 50 19 60 11 4A 0 3E 11E 3B 18
Octal 120 31 140 21 112 0 76 436 73 30
Binary 1010000 11001 1100000 10001 1001010 0 111110 100011110 111011 11000

Color Harmonies of #501960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501960

Black with #501960

Text Example


Text Example

White with #501960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501960; }

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

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

background-color css

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

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

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

border-color css

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

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

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