#50325C

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

Shades of Scarlet Gum #50325C

Tints of Scarlet Gum #50325C

Color information

#50325C (or 0x50325C) is unknown color: approx Scarlet Gum. HEX triplet: 50, 32 and 5C. RGB value is (80,50,92). Sum of RGB (Red+Green+Blue) = 80+50+92=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 92 - color contains mainly: blue. Hex color #50325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50325C is #AFCDA3. Grayscale: #3F3F3F. Windows color (decimal): -11521444 or 6042192. OLE color: 6042192.

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

Color convert

RGB805092-
CMYK0.130.4600.64
HSL282.86º29.58%27.84%-
HSV(B)282.86º45.65%36.08%-
XYZ6.384.7610.71-
YUV63.76143.94139.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.04%
GREEN value IS 50 (19.92% from 255) = 22.52%
BLUE value IS 92 (36.33% from 255) = 41.44%
R=36.04%
G=22.52%
B=41.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8050920.130.4600.64282.8629.5827.84
Hex50325CD2E04011b1e1c
Octal12062134155601004333634
Binary101000011001010111001101101110010000001000110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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