#50265C

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

Shades of Scarlet Gum #50265C

Tints of Scarlet Gum #50265C

Color information

#50265C (or 0x50265C) is unknown color: approx Scarlet Gum. HEX triplet: 50, 26 and 5C. RGB value is (80,38,92). Sum of RGB (Red+Green+Blue) = 80+38+92=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #50265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50265C is #AFD9A3. Grayscale: #383838. Windows color (decimal): -11524516 or 6039120. OLE color: 6039120.

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

Color convert

RGB803892-
CMYK0.130.5900.64
HSL286.67º41.54%25.49%-
HSV(B)286.67º58.7%36.08%-
XYZ5.933.8610.56-
YUV56.71147.91144.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 38 (15.23% from 255) = 18.10%
BLUE value IS 92 (36.33% from 255) = 43.81%
R=38.10%
G=18.10%
B=43.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8038920.130.5900.64286.6741.5425.49
Hex50265CD3B04011f2a19
Octal12046134157301004375231
Binary1010000100110101110011011110110100000010001111110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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