Html Css Color HEX #50155F Scarlet Gum

📋 copy color: '#50155F'

red 80 ◦ green 21 ◦ blue 95

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

Shades of Scarlet Gum #50155F

Tints of Scarlet Gum #50155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.71%

 BLUE value IS 95 (37.5% from 255) = 48.47%

R = 40.82%
G = 10.71%
B = 48.47%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#50155F (or 0x50155F) is known color: Scarlet Gum. HEX triplet: 50, 15 and 5F. RGB value is (80,21,95). Sum of RGB (Red+Green+Blue) = 80+21+95=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #50155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50155F is #AFEAA0. Grayscale: #2E2E2E. Windows color (decimal): -11528865 or 6231376. OLE color: 6231376.

HSL color Cylindrical-coordinate representation of color #50155F: hue angle of 287.84º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50155F is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 21 95 -
CMYK 0.16 0.78 0 0.63
HSL 287.84º 0.64% 0.23% -
HSV(B) 287.84º 0.78% 0.37% -
XYZ 5.64 3.07 11.12 -
YUV 47.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 80 21 95 0.16 0.78 0 0.63 287.84 0.64 0.23
Hex 50 15 5F 10 4E 0 3F 120 40 17
Octal 120 25 137 20 116 0 77 440 100 27
Binary 1010000 10101 1011111 10000 1001110 0 111111 100100000 1000000 10111

Color Harmonies of #50155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50155F

Black with #50155F

Text Example


Text Example

White with #50155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50155F; }

 p { color: rgb(80,21,95); }

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

background-color css

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

 a { background-color: rgb(80,21,95); }

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

border-color css

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

 span { border-color: rgb(80,21,95); }

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