Html Css Color HEX #50345C Scarlet Gum

📋 copy color: '#50345C'

red 80 ◦ green 52 ◦ blue 92

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

Shades of Scarlet Gum #50345C

Tints of Scarlet Gum #50345C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.21%

 BLUE value IS 92 (36.33% from 255) = 41.07%

R = 35.71%
G = 23.21%
B = 41.07%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50345C (or 0x50345C) is known color: Scarlet Gum. HEX triplet: 50, 34 and 5C. RGB value is (80,52,92). Sum of RGB (Red+Green+Blue) = 80+52+92=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 92 - color contains mainly: blue. Hex color #50345C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50345C is #AFCBA3. Grayscale: #404040. Windows color (decimal): -11520932 or 6042704. OLE color: 6042704.

HSL color Cylindrical-coordinate representation of color #50345C: hue angle of 282º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50345C is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 52 92 -
CMYK 0.13 0.43 0 0.64
HSL 282º 0.28% 0.28% -
HSV(B) 282º 0.43% 0.36% -
XYZ 6.47 4.93 10.74 -
YUV 64.93 143.28 138.75 -
System Red Green Blue C M Y K H S L
Decimal 80 52 92 0.13 0.43 0 0.64 282 0.28 0.28
Hex 50 34 5C D 2B 0 40 11A 1C 1C
Octal 120 64 134 15 53 0 100 432 34 34
Binary 1010000 110100 1011100 1101 101011 0 1000000 100011010 11100 11100

Color Harmonies of #50345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50345C

Black with #50345C

Text Example


Text Example

White with #50345C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50345C; }

 p { color: rgb(80,52,92); }

 H1.HeaderClassName
 {
   color: #50345C;
 }
 .AnyTagClassName
 {
   color: #50345C;
 }
</style>

background-color css

<style>
 a { background-color: #50345C; }

 a { background-color: rgb(80,52,92); }

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

border-color css

<style>
 span { border-color: #50345C; }

 span { border-color: rgb(80,52,92); }

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