Html Css Color HEX #50125F Scarlet Gum

📋 copy color: '#50125F'

red 80 ◦ green 18 ◦ blue 95

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

Shades of Scarlet Gum #50125F

Tints of Scarlet Gum #50125F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.33%

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

R = 41.45%
G = 9.33%
B = 49.22%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#50125F (or 0x50125F) is known color: Scarlet Gum. HEX triplet: 50, 12 and 5F. RGB value is (80,18,95). Sum of RGB (Red+Green+Blue) = 80+18+95=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #50125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50125F is #AFEDA0. Grayscale: #2D2D2D. Windows color (decimal): -11529633 or 6230608. OLE color: 6230608.

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

Color convert

RGB 80 18 95 -
CMYK 0.16 0.81 0 0.63
HSL 288.31º 0.68% 0.22% -
HSV(B) 288.31º 0.81% 0.37% -
XYZ 5.59 2.96 11.1 -
YUV 45.32 156.04 152.74 -
System Red Green Blue C M Y K H S L
Decimal 80 18 95 0.16 0.81 0 0.63 288.31 0.68 0.22
Hex 50 12 5F 10 51 0 3F 120 44 16
Octal 120 22 137 20 121 0 77 440 104 26
Binary 1010000 10010 1011111 10000 1010001 0 111111 100100000 1000100 10110

Color Harmonies of #50125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50125F

Black with #50125F

Text Example


Text Example

White with #50125F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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