Html Css Color HEX #501363 Scarlet Gum

📋 copy color: '#501363'

red 80 ◦ green 19 ◦ blue 99

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

Shades of Scarlet Gum #501363

Tints of Scarlet Gum #501363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 50%

R = 40.4%
G = 9.6%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#501363 (or 0x501363) is known color: Scarlet Gum. HEX triplet: 50, 13 and 63. RGB value is (80,19,99). Sum of RGB (Red+Green+Blue) = 80+19+99=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #501363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501363 is #AFEC9C. Grayscale: #2E2E2E. Windows color (decimal): -11529373 or 6493008. OLE color: 6493008.

HSL color Cylindrical-coordinate representation of color #501363: hue angle of 285.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501363 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 19 99 -
CMYK 0.19 0.81 0 0.61
HSL 285.75º 0.68% 0.23% -
HSV(B) 285.75º 0.81% 0.39% -
XYZ 5.79 3.07 12.09 -
YUV 46.36 157.71 152 -
System Red Green Blue C M Y K H S L
Decimal 80 19 99 0.19 0.81 0 0.61 285.75 0.68 0.23
Hex 50 13 63 13 51 0 3D 11E 44 17
Octal 120 23 143 23 121 0 75 436 104 27
Binary 1010000 10011 1100011 10011 1010001 0 111101 100011110 1000100 10111

Color Harmonies of #501363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501363

Black with #501363

Text Example


Text Example

White with #501363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501363; }

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

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

background-color css

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

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

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

border-color css

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

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

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