Html Css Color HEX #50275F Scarlet Gum

📋 copy color: '#50275F'

red 80 ◦ green 39 ◦ blue 95

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

Shades of Scarlet Gum #50275F

Tints of Scarlet Gum #50275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.22%

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

R = 37.38%
G = 18.22%
B = 44.39%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#50275F (or 0x50275F) is known color: Scarlet Gum. HEX triplet: 50, 27 and 5F. RGB value is (80,39,95). Sum of RGB (Red+Green+Blue) = 80+39+95=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 95 - color contains mainly: blue. Hex color #50275F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50275F is #AFD8A0. Grayscale: #393939. Windows color (decimal): -11524257 or 6235984. OLE color: 6235984.

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

Color convert

RGB 80 39 95 -
CMYK 0.16 0.59 0 0.63
HSL 283.93º 0.42% 0.26% -
HSV(B) 283.93º 0.59% 0.37% -
XYZ 6.1 3.98 11.27 -
YUV 57.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 80 39 95 0.16 0.59 0 0.63 283.93 0.42 0.26
Hex 50 27 5F 10 3B 0 3F 11C 2A 1A
Octal 120 47 137 20 73 0 77 434 52 32
Binary 1010000 100111 1011111 10000 111011 0 111111 100011100 101010 11010

Color Harmonies of #50275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50275F

Black with #50275F

Text Example


Text Example

White with #50275F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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