Html Css Color HEX #50345A Scarlet Gum

📋 copy color: '#50345A'

red 80 ◦ green 52 ◦ blue 90

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

Shades of Scarlet Gum #50345A

Tints of Scarlet Gum #50345A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40.54%

R = 36.04%
G = 23.42%
B = 40.54%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#50345A (or 0x50345A) is known color: Scarlet Gum. HEX triplet: 50, 34 and 5A. RGB value is (80,52,90). Sum of RGB (Red+Green+Blue) = 80+52+90=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #50345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50345A is #AFCBA5. Grayscale: #404040. Windows color (decimal): -11520934 or 5911632. OLE color: 5911632.

HSL color Cylindrical-coordinate representation of color #50345A: hue angle of 284.21º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50345A is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 52 90 -
CMYK 0.11 0.42 0 0.65
HSL 284.21º 0.27% 0.28% -
HSV(B) 284.21º 0.42% 0.35% -
XYZ 6.38 4.9 10.28 -
YUV 64.7 142.28 138.91 -
System Red Green Blue C M Y K H S L
Decimal 80 52 90 0.11 0.42 0 0.65 284.21 0.27 0.28
Hex 50 34 5A B 2A 0 41 11C 1B 1C
Octal 120 64 132 13 52 0 101 434 33 34
Binary 1010000 110100 1011010 1011 101010 0 1000001 100011100 11011 11100

Color Harmonies of #50345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50345A

Black with #50345A

Text Example


Text Example

White with #50345A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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