Html Css Color HEX #50225D Scarlet Gum

📋 copy color: '#50225D'

red 80 ◦ green 34 ◦ blue 93

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

Shades of Scarlet Gum #50225D

Tints of Scarlet Gum #50225D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.43%

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

R = 38.65%
G = 16.43%
B = 44.93%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50225D (or 0x50225D) is known color: Scarlet Gum. HEX triplet: 50, 22 and 5D. RGB value is (80,34,93). Sum of RGB (Red+Green+Blue) = 80+34+93=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #50225D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50225D is #AFDDA2. Grayscale: #363636. Windows color (decimal): -11525539 or 6103632. OLE color: 6103632.

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

Color convert

RGB 80 34 93 -
CMYK 0.14 0.63 0 0.64
HSL 286.78º 0.46% 0.25% -
HSV(B) 286.78º 0.63% 0.36% -
XYZ 5.86 3.64 10.75 -
YUV 54.48 149.74 146.2 -
System Red Green Blue C M Y K H S L
Decimal 80 34 93 0.14 0.63 0 0.64 286.78 0.46 0.25
Hex 50 22 5D E 3F 0 40 11F 2E 19
Octal 120 42 135 16 77 0 100 437 56 31
Binary 1010000 100010 1011101 1110 111111 0 1000000 100011111 101110 11001

Color Harmonies of #50225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50225D

Black with #50225D

Text Example


Text Example

White with #50225D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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