Html Css Color HEX #50265D Scarlet Gum

📋 copy color: '#50265D'

red 80 ◦ green 38 ◦ blue 93

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

Shades of Scarlet Gum #50265D

Tints of Scarlet Gum #50265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.01%

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

R = 37.91%
G = 18.01%
B = 44.08%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50265D (or 0x50265D) is known color: Scarlet Gum. HEX triplet: 50, 26 and 5D. RGB value is (80,38,93). Sum of RGB (Red+Green+Blue) = 80+38+93=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #50265D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50265D is #AFD9A2. Grayscale: #383838. Windows color (decimal): -11524515 or 6104656. OLE color: 6104656.

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

Color convert

RGB 80 38 93 -
CMYK 0.14 0.59 0 0.64
HSL 285.82º 0.42% 0.26% -
HSV(B) 285.82º 0.59% 0.36% -
XYZ 5.98 3.88 10.79 -
YUV 56.83 148.41 144.53 -
System Red Green Blue C M Y K H S L
Decimal 80 38 93 0.14 0.59 0 0.64 285.82 0.42 0.26
Hex 50 26 5D E 3B 0 40 11E 2A 1A
Octal 120 46 135 16 73 0 100 436 52 32
Binary 1010000 100110 1011101 1110 111011 0 1000000 100011110 101010 11010

Color Harmonies of #50265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50265D

Black with #50265D

Text Example


Text Example

White with #50265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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