Html Css Color HEX #50186A Scarlet Gum

📋 copy color: '#50186A'

red 80 ◦ green 24 ◦ blue 106

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

Shades of Scarlet Gum #50186A

Tints of Scarlet Gum #50186A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.43%

 BLUE value IS 106 (41.8% from 255) = 50.48%

R = 38.1%
G = 11.43%
B = 50.48%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50186A (or 0x50186A) is known color: Scarlet Gum. HEX triplet: 50, 18 and 6A. RGB value is (80,24,106). Sum of RGB (Red+Green+Blue) = 80+24+106=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #50186A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50186A is #AFE795. Grayscale: #313131. Windows color (decimal): -11528086 or 6953040. OLE color: 6953040.

HSL color Cylindrical-coordinate representation of color #50186A: hue angle of 280.98º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50186A is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 24 106 -
CMYK 0.25 0.77 0 0.58
HSL 280.98º 0.63% 0.25% -
HSV(B) 280.98º 0.77% 0.42% -
XYZ 6.24 3.4 13.96 -
YUV 50.09 159.55 149.33 -
System Red Green Blue C M Y K H S L
Decimal 80 24 106 0.25 0.77 0 0.58 280.98 0.63 0.25
Hex 50 18 6A 19 4D 0 3A 119 3F 19
Octal 120 30 152 31 115 0 72 431 77 31
Binary 1010000 11000 1101010 11001 1001101 0 111010 100011001 111111 11001

Color Harmonies of #50186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50186A

Black with #50186A

Text Example


Text Example

White with #50186A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,24,106); }

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

background-color css

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

 a { background-color: rgb(80,24,106); }

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

border-color css

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

 span { border-color: rgb(80,24,106); }

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