Html Css Color HEX #50365D Scarlet Gum

📋 copy color: '#50365D'

red 80 ◦ green 54 ◦ blue 93

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

Shades of Scarlet Gum #50365D

Tints of Scarlet Gum #50365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.79%

 BLUE value IS 93 (36.72% from 255) = 40.97%

R = 35.24%
G = 23.79%
B = 40.97%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50365D (or 0x50365D) is known color: Scarlet Gum. HEX triplet: 50, 36 and 5D. RGB value is (80,54,93). Sum of RGB (Red+Green+Blue) = 80+54+93=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #50365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50365D is #AFC9A2. Grayscale: #424242. Windows color (decimal): -11520419 or 6108752. OLE color: 6108752.

HSL color Cylindrical-coordinate representation of color #50365D: hue angle of 280º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50365D is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 54 93 -
CMYK 0.14 0.42 0 0.64
HSL 280º 0.27% 0.29% -
HSV(B) 280º 0.42% 0.36% -
XYZ 6.6 5.13 11 -
YUV 66.22 143.11 137.83 -
System Red Green Blue C M Y K H S L
Decimal 80 54 93 0.14 0.42 0 0.64 280 0.27 0.29
Hex 50 36 5D E 2A 0 40 118 1B 1D
Octal 120 66 135 16 52 0 100 430 33 35
Binary 1010000 110110 1011101 1110 101010 0 1000000 100011000 11011 11101

Color Harmonies of #50365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50365D

Black with #50365D

Text Example


Text Example

White with #50365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50365D; }

 p { color: rgb(80,54,93); }

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

background-color css

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

 a { background-color: rgb(80,54,93); }

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

border-color css

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

 span { border-color: rgb(80,54,93); }

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