Html Css Color HEX #50135F Scarlet Gum

📋 copy color: '#50135F'

red 80 ◦ green 19 ◦ blue 95

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

Shades of Scarlet Gum #50135F

Tints of Scarlet Gum #50135F

RGB

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

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

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

R = 41.24%
G = 9.79%
B = 48.97%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#50135F (or 0x50135F) is known color: Scarlet Gum. HEX triplet: 50, 13 and 5F. RGB value is (80,19,95). Sum of RGB (Red+Green+Blue) = 80+19+95=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #50135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50135F is #AFECA0. Grayscale: #2D2D2D. Windows color (decimal): -11529377 or 6230864. OLE color: 6230864.

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

Color convert

RGB 80 19 95 -
CMYK 0.16 0.80 0 0.63
HSL 288.16º 0.67% 0.22% -
HSV(B) 288.16º 0.8% 0.37% -
XYZ 5.61 3 11.11 -
YUV 45.9 155.71 152.32 -
System Red Green Blue C M Y K H S L
Decimal 80 19 95 0.16 0.80 0 0.63 288.16 0.67 0.22
Hex 50 13 5F 10 50 0 3F 120 43 16
Octal 120 23 137 20 120 0 77 440 103 26
Binary 1010000 10011 1011111 10000 1010000 0 111111 100100000 1000011 10110

Color Harmonies of #50135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50135F

Black with #50135F

Text Example


Text Example

White with #50135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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