#50206A

Color #50206A Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #50206A

Tints of Scarlet Gum #50206A

Color information

#50206A (or 0x50206A) is unknown color: approx Scarlet Gum. HEX triplet: 50, 20 and 6A. RGB value is (80,32,106). Sum of RGB (Red+Green+Blue) = 80+32+106=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #50206A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50206A is #AFDF95. Grayscale: #363636. Windows color (decimal): -11526038 or 6955088. OLE color: 6955088.

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

Color convert

RGB8032106-
CMYK0.250.7000.58
HSL278.92º53.62%27.06%-
HSV(B)278.92º69.81%41.57%-
XYZ6.433.7814.03-
YUV54.79156.9145.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 32 (12.89% from 255) = 14.68%
BLUE value IS 106 (41.80% from 255) = 48.62%
R=36.70%
G=14.68%
B=48.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80321060.250.7000.58278.9253.6227.06
Hex50206A194603A117361b
Octal12040152311060724276633
Binary10100001000001101010110011000110011101010001011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50206A;
 }
 .AnyTagClassName
 {
   color: #50206A;
 }
</style>
background-color css

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

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

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

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

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

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